https://github.com/matrix86/browser-decrypter-file
This script use GOLANG to perform encryption using AES and the html file decrypts the encrypted string using CryptoJS
https://github.com/matrix86/browser-decrypter-file
Last synced: 11 months ago
JSON representation
This script use GOLANG to perform encryption using AES and the html file decrypts the encrypted string using CryptoJS
- Host: GitHub
- URL: https://github.com/matrix86/browser-decrypter-file
- Owner: Matrix86
- Created: 2014-08-18T14:43:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T12:46:51.000Z (over 11 years ago)
- Last Synced: 2025-02-09T00:43:26.249Z (about 1 year ago)
- Language: Go
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Browser decrypter file
=================================
When I am not at home, sometimes I need to log in on a web service and using a different password for each service very often I don't remember it.
So I use a little html file crypted with AES encoding that contains all my useful passwords.
But there's a problem here. Each time that I register me on a new online service, I need to regenerate the whole file and it's so booooring.
This GOLANG script performs this automatically. I give it a password, a file to encode and a simple html template to use. In output I will have a template filled with the encrypted file.
This script use GOLANG to perform encryption using AES and the html file decrypts the encrypted string using CryptoJS ( http://code.google.com/p/crypto-js ).