https://github.com/hzeller/golang-pgp-test
Experiments with the golang OpenPGP implementation.
https://github.com/hzeller/golang-pgp-test
Last synced: 8 months ago
JSON representation
Experiments with the golang OpenPGP implementation.
- Host: GitHub
- URL: https://github.com/hzeller/golang-pgp-test
- Owner: hzeller
- Created: 2015-11-08T22:45:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T22:47:25.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T13:26:01.587Z (9 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Testing golang crypto routines. Testing streaming some input and encrypting
on the fly.At this point mostly hacky learning the golang openpgp API.
```
cd streampgp
go get # first time
make
./streampgp
```Possible applications
* SecureDrop
* (idea for some secure email system not yet hashed out)