Page 1 of 1

Crypt password, decrypt elsewhere

Posted: Thu Jan 21, 2021 9:58 am
by gkuhnert
Hello,

for creating a connection to another software, I need to write a crypted password to a json file and decrypt it at the other project (.net / c#). Therefore I need an universal algorithm, that can be decrypted elsewhere. Is there any possibility within Fivewin / xHarbour?

Thanks and best regards,

Gilbert

Re: Crypt password, decrypt elsewhere

Posted: Thu Jan 21, 2021 10:20 am
by Antonio Linares
Gilbert,

If you don't need to support cryptography for your encryption/decryption needs, then we could explain you how the FWH Encrypt()/Decrypt() work so you can code it in any language