Kodi Community Forum

Full Version: python sjcl.decrypt help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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/