csquared / fernet.js

Javascript implementation of Fernet symmetric encryption https://github.com/kr/fernet-spec
MIT License
73 stars 29 forks source link

Check the Secret validity #9

Closed sgenoud closed 9 years ago

sgenoud commented 10 years ago

The API lets you create an invalid fernet secret. This PR fixes that.

csquared commented 9 years ago

nice!

csquared commented 9 years ago

v 0.2.2 released!