I'm needing a simple password encrypting algorythm, something easy to code. I don't need to use JCE, I only need a simple password encoder/decoder algorythm that I'll use either in a JAVA app as well as on a VB app (This is for a standalone app that only runs inside a factory, the DB pass is stored on a .ini file, but I want to store it encrypted just for sure, I don't need any high security level there).
Can anyone maybe point me to some code example, just to get it started?
TIA
Can anyone maybe point me to some code example, just to get it started?
TIA