Me and https://github.com/bitwiseshiftleft are the core maintainers, even though bitwiseshiftleft is not very active any more.
I'm thinking about increasing the core maintainer team though.
Release process: We need to work on this.
Roadmap: sjcl is in maintenance mode, meaning that the core maintainers do not add any new features. Thus a roadmap does not make much sense.
The master branch is ahead of 1.0.4.
Hi,
I know I can encrypt a string using a password with sjcl.encrypt() and decrypt using sjcl.decrypt(), but can I just verify the password to decrypt a string is correct first so then if it is correct, I can go ahead and decrypt and if it's not, I go ahead and spit out an error message?
Thanks.