encrypt username and password in the Url
Posted on February 22, 2021 at 1:47am
Hello everyone,
i did some research about the encryption of password in the url and i found out it's possible to do it via : http://[jasperserver-url]/encrypt.html
i want to reproduce the same thing but using my javascript code.can someone help me with that .thank you
Joined: Jul 20 2019 - 1:52am
Last seen: 3 days 16 hours ago
Posted on February 22, 2021 at 2:25pm
This has the javascript that does the actual encryption:
<tomcat>/webapps/jasperserver-pro/scripts/runtime_dependencies/js-sdk/src/common/util/encrypter.js
Joined: Sep 20 2016 - 8:21am
Last seen: 2 days 11 hours ago
Posted on February 24, 2021 at 1:34am
hi,
thank you for the response i found the file,but it requires some dependencies that i can't find. isn't there a project that gathers all the necessary files or a demo i can check ?
thank you
Joined: Jul 20 2019 - 1:52am
Last seen: 3 days 16 hours ago
This has the javascript that does the actual encryption:
<tomcat>/webapps/jasperserver-pro/scripts/runtime_dependencies/js-sdk/src/common/util/encrypter.js