Re: [Cryptography-dev] Fernet NG or alternative simple, high-level, encrypted message module?

2016-06-14 Thread Frank Siebenlist
> ...snip... > Questions for the pyca/cryptography community: > > * Any others who share the need/dream for such a high-level, simple > Fernet-style library based on jose/jwt? > > There has been some conversation along these lines in > https://github.com/pyca/cryptography/issues/2900 and continuing

Re: [Cryptography-dev] Fernet NG or alternative simple, high-level, encrypted message module?

2016-06-14 Thread Frank Siebenlist
Hi Simo - if you could accommodate the jwcrypto-license to match pyca/cryptography's... that would be fantastic and generous!!! - Thanks, Frank. On Mon, Jun 13, 2016 at 6:06 AM, Simo Sorce wrote: > On Sun, 2016-06-12 at 23:51 -0400, Paul Kehrer wrote: >> In general I'm in favor of pulling jwcrypt

[Cryptography-dev] High-level password hashing module for cryptography?

2016-06-14 Thread Frank Siebenlist
Hi pyca/cryptography community, In my company, we're currently confronted with all the bcrypt vs pbkd2 vs scrypt vs argon discussions and choices. For each there are further choices to be made about salts-sizes, hash-counts, hash-algos... Currently pyca/cryptography only has a PBKDF2HMAC module i

Re: [Cryptography-dev] High-level password hashing module for cryptography?

2016-06-14 Thread Todd Knarr
On 06/14/2016 10:25 AM, Frank Siebenlist wrote: Any good libraries available? Ideally based on pyca/cryptography - although the implementation choices seem limited (just PBKDF2 unless I missed some...). There's pyca/bcrypt, it's not part of pyca/cryptography but it's Apache-licensed. smime.p

Re: [Cryptography-dev] High-level password hashing module for cryptography?

2016-06-14 Thread Frank Siebenlist
Right - forgot about that effort... and forgot to "complain" that it was not integrated with pyca/cryptography ;-) On Tue, Jun 14, 2016 at 11:02 AM, Todd Knarr wrote: > On 06/14/2016 10:25 AM, Frank Siebenlist wrote: >> >> Any good libraries available? >> Ideally based on pyca/cryptography - alth