LWGShane Well-Known Member Licensed User Longtime User Feb 20, 2019 #1 I'm wondering what is the strength (128 bits / 256 bits) of the B4XEncryption library. Thanks, Shane.
I'm wondering what is the strength (128 bits / 256 bits) of the B4XEncryption library. Thanks, Shane.
OliverA Expert Licensed User Longtime User Feb 20, 2019 #2 Looking at the source for B4J (https://github.com/AnywhereSoftware...nywheresoftware/b4x/object/B4XEncryption.java), it's 128bit. That's plenty.
Looking at the source for B4J (https://github.com/AnywhereSoftware...nywheresoftware/b4x/object/B4XEncryption.java), it's 128bit. That's plenty.
MarkusR Well-Known Member Licensed User Longtime User Feb 20, 2019 #3 i think the critical thing is here Decrypt(byte[] Data, String Password) where you give the password.
i think the critical thing is here Decrypt(byte[] Data, String Password) where you give the password.
Erel B4X founder Staff member Licensed User Longtime User Feb 21, 2019 #4 Please don't use the chit-chat forum for technical discussions.