An open API service indexing awesome lists of open source software.

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.

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)