disusered / cordova-safe

File encryption for Cordova.
MIT License
35 stars 22 forks source link

Windows encryption tool #31

Open hesampour opened 4 years ago

hesampour commented 4 years ago

I want to encrypt my files in the server and after downloaded with my ionic app decrypt it with this plugin.

Is there a tool in windows that encrypts the files in the format of this plugin?

disusered commented 4 years ago

Unfortunately it's not straightforward, as the Android implementation is Facebook's Conceal and iOS is RNCryptor. I have not worked on these projects in a long time but I have wanted to remake them with RNCryptor for both platforms to allows this workflow.

Apologies.