Skip to content

alrevuelta/mnencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mnencrypt

Encrypts and decrypts a mnemonic with a password so that it's safer to store. Use at your own risk. Better to use offline and with a 32 bytes password.

go build

encrypt

./main --raw-mnemonic="your mnemonic"  --password="your-password-better-32-bytes"

decrypt

./main --encrypted-mnemonic="0xyourencriptedmnemonic" --password="your-password-better-32-bytes"

About

Encrypts and decrypts a mnemonic with a password so that its safer to store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages