python sjcl.decrypt help
#1
I need to get the result of below in python, any help would be appreciated.

var myvar=sjcl.decrypt("3063", '{"iv":"/d1rF2h62VWPUELvye0ymQ","v":1,"iter":1000,"ks":128,"ts":64,"mode":"ccm","adata":"","cipher":"aes","salt":"LD0hEc22iIw","ct":"hBmJnZjyC+hbrMvoVUc"}');

demo page of (sjcl) Stanford Javascript Crypto Library below;

http://bitwiseshiftleft.github.io/sjcl/demo/
Reply

Logout Mark Read Team Forum Stats Members Help
python sjcl.decrypt help0