skavinvarnan / Cross-Platform-AES

Simple cross-platform encryption and decryption using AES
MIT License
142 stars 69 forks source link

Need encryption decryption in Node JS for Files (Images, Text Files) #9

Closed vikranttrantor closed 6 years ago

vikranttrantor commented 6 years ago

Hello Sir,

I need code for encryption decryption in Node JS for Files (Images, Text Files) using your code.

Please help me out.

Regards, Vikrant

skavinvarnan commented 6 years ago

The code doesn't not support it. As this library only does encryption and decryption of String.

If you see the source code of the library lets say android code. I convert the passed string to bytes and then do encryption or decryption.

You have to make changes to library. All you have to do is convert your image or text file to bytes and then you are all good to go with encryption and decryption