dily3825002 / mnemonic-encryption-webjs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 55.5%Language:HTML 44.1%Language:CSS 0.4%