Skip to content

Create, encrypt, and decrypt a crypto secret phrase ๐Ÿ”‘

Notifications You must be signed in to change notification settings

thevolcanomanishere/phrase-encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Simple crypto secret phrase creation and encryption

Naive implementation of a simple crypto secret phrase creation and encryption. Includes QR code generation for easier import into your wallet. No need to copy and paste!

Features:

  • AES-256 encryption
  • Argon2 key derivation function
  • Outputs QR code in the terminal for easy wallet importing

Why?

  • Many people store their secret phrase unencrypted in their notes, Google docs, etc.
  • Far easier to store a simple JSON file.
  • Pieces of paper go missing.

Requirements

  • Node.js 12 or higher (I think. Maybe it works with even older. I don't know.)

Usage

$ node index.js

Encrypting Screenshot

Decrypting Screenshot

TODO GUI

  • QR code generation
  • Have someone who knows their stuff to look at implementation
  • Add GUI
  • Option for 24 word phrase

About

Create, encrypt, and decrypt a crypto secret phrase ๐Ÿ”‘

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published