Skip to content

converts entropy into a random list of english words. Stores up to 80 bits of entropy.

Notifications You must be signed in to change notification settings

zack-bitcoin/OneTimePass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OneTimePass

converts entropy into a random list of english words. Stores up to 80 bits of entropy.

#linux/mac example:

no install necessary.

$ ./otp 123

using "123" for entropy

capital road snow dad plant prove contain section

#windows:

first install erlang http://www.erlang.org/download.html

$ escript otp 123

using "123" for entropy

capital road snow dad plant prove contain section

About

converts entropy into a random list of english words. Stores up to 80 bits of entropy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages