pyca / cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
https://cryptography.io
Other
6.67k stars 1.53k forks source link

Implement TripleSec? #749

Closed public closed 8 years ago

public commented 10 years ago

TripleSec is a simple to use, open-source triple-paranoid symmetric encryption library

https://github.com/keybase/triplesec / https://github.com/keybase/python-triplesec / https://keybase.io/triplesec

We need to add

to implement this.

Ayrx commented 10 years ago

I have an Scrypt implementation completed on this branch: https://github.com/Ayrx/cryptography/tree/libscrypt-bindings

I'll have to do some work to get the tests to pass on Travis but it's more or less working locally.

public commented 10 years ago

Feel free to open a PR for it :)

Ayrx commented 10 years ago

I think @reaperhulk wants this to wait till after we get optional backends sorted out?

reaperhulk commented 8 years ago

This is dependent on optional backends becoming a reality so for the moment I'm going to go ahead and close it