react-native-simple-encryption icon indicating copy to clipboard operation
react-native-simple-encryption copied to clipboard

Non english characters encryption / decryption.

Open emrebicer opened this issue 5 years ago • 0 comments

I am using react-native-simple-encryption to encrypt and decrypt strings in my react-native application also on my web application, which works fine on english alphabet and many other chars but i am having trouble on encrypting and decrypting some Turkish letters for example "ş" and "Ş" or "ğ" and "Ğ" won't be the same when encrypted and decrypted, i have tried adding those chars to b64Table but that didn't solve my problem.Is there another solution i can try for this problem?

emrebicer avatar Aug 27 '19 13:08 emrebicer