brix / crypto-js

JavaScript library of crypto standards.
Other
15.77k stars 2.38k forks source link

Support Fernet key #128

Open tedmiston opened 6 years ago

tedmiston commented 6 years ago

It would be nice if crypto-js supported the Fernet standard for implementing encryption/decryption serialized into a compatible format that works across multiple languages.

https://github.com/fernet/spec/blob/master/Spec.md

This was a pain point for us trying to decrypt in Python strings encrypted with crypto-js.

charlesdarkwind commented 2 years ago

Would be nice, its used a lot in python

mpalmaira commented 1 year ago

Has anyone found a work around for this? Currently need fernet in the client side to decrypt in the server side with fernet