Forum Discussion
LeeInskipTSC
3 years agoCommunity Member
Encrypt JSON Question Data?
Hi All, I have a Storyline 360 project where the testing team has identified that the JSON data for the course, including the question text can be accessed in the browser via the browser developer tools (pressing F12 in the broswer).
Does anyone have a suggestion for hiding or encrypting this data?
Many thanks
Lee
- Jürgen_Schoene_Community Member
you could use in a post processing step
- openSSL e.g. in python to encrypt the json data
and extend the storyline player with
- crypto-js or perhaps Web Crypto API to decode the data