Switch to desktop version  
Encryption? - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: Java (https://techforum.ewon.biz/forum-53.html)
+--- Thread: Encryption? (/thread-1313.html)



Encryption? - esp70 - 14-05-2020

I was just wondering if anyone has had any success using encryption in Java?

I am trying to pass some information from a configuration file that contains a user's password and I need to use an encryption/decryption algorithm. It seems that the JRE 1.4 has the Cypher classes but it does not have access to the algorithms (that I can tell). Either way, I see that Ewon has encrypted passwords in its config files, any way we might have access to some libraries? otherwise I am stuck with only some encoding algorithm which I would prefer not to use.

Best Regards,
Eric


RE: Encryption? - simon - 18-05-2020

Eric,

Myself I do not have any solution for that unfortunately.
Maybe someone else ?