Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 383 Bytes

Hide-A-Password

A simple web page that allows for people to encrypt, decrypt, and share sensitive information over the web with just a URL.

All encryption is done locally with no data sent to the server. The encryption method is AES-CBC.

https://crypt.dave-becker.com

Aknowledgements to John Walker for developing the encryption method, JavaScrypt.