Skip to content

A standalone webpage for mnemonic encryption/decryption by using AES-GCM via WebCrypto API

License

Notifications You must be signed in to change notification settings

micwan88/mnemonic-encryption-webjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Mnemonic Encryption/Decryption Tool

Mnemonic words are hard to remember and it is unsafe to put it in online storage like iCloud/Dropbox. To solve this, we can encrypt the mnemonic words with memorable passphrase, then it's more safe to store the result ciphertext in the online storage.

The encryption/decryption is done by WebCrypto API with AES-GCM-256 and you can refer to Mozilla Developer Site for more detail about that API.

This tool is a standalone webpage. Everyone can download it to local machine and then execute it safely or trying the live demo in below link directly.

Live Demo

mnemonic-encryption-webjs.

About

A standalone webpage for mnemonic encryption/decryption by using AES-GCM via WebCrypto API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published