sjcl icon indicating copy to clipboard operation
sjcl copied to clipboard

Decrypt and encrypt messages compatible to the "Stanford Javascript Crypto Library (SJCL)"

Results 3 sjcl issues
Sort by recently updated
recently updated
newest added

Trying to decode I receive this error: ``` plain_text = sjcl.decrypt(cypher_text, passphrase) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/vscode/.local/lib/python3.11/site-packages/sjcl/sjcl.py", line 132, in decrypt ciphertext = base64.b64decode(data["ct"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/base64.py", line 88, in b64decode return...

Could you please tag the source? This allows distributions to get the complete source from GitHub if they want. Thanks

Not an issue with pycryptodome v3.0 and later (e.g. pycryptodome-3.14.1 is fine) I.e. https://github.com/Legrandin/pycryptodome/commit/57104488faa9fc386ea1aee249bafb6e2a529a57 is required