https://github.com/cryptohazard/triplesec
Golang implementation of the layered encryption scheme TripleSec
https://github.com/cryptohazard/triplesec
Last synced: about 1 year ago
JSON representation
Golang implementation of the layered encryption scheme TripleSec
- Host: GitHub
- URL: https://github.com/cryptohazard/triplesec
- Owner: cryptohazard
- License: mit
- Created: 2017-05-25T07:22:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T20:53:19.000Z (about 8 years ago)
- Last Synced: 2025-03-12T02:13:20.220Z (over 1 year ago)
- Language: Go
- Homepage: https://godoc.org/github.com/FiloSottile/TripleSec
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TripleSec
=========
Golang implementation of the layered encryption scheme [TripleSec](https://keybase.io/triplesec/)
## TODO
* Replace Scrypt by one of the finalists of [the Password Hashing Competition](https://password-hashing.net/)
* Build a basic wallet