Search found 3 matches

by Arctous
Tue Oct 30, 2018 8:01 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Encryption Delcaration
Replies: 1
Views: 2503

Encryption Delcaration

In your web page it talks about the type of encryption. (https://docs.moodkie.com/easy-save-2/fa ... nd-android). What libraries and versions are you using for MD5 and AES? Thanks!
by Arctous
Fri Oct 26, 2018 2:10 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Encryption Password "String"
Replies: 3
Views: 3424

Re: Encryption Password "String"

Thanks, Joel. Makes sense. What are you using for the IV?
by Arctous
Thu Oct 25, 2018 9:13 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Encryption Password "String"
Replies: 3
Views: 3424

Encryption Password "String"

I want to hand ES2 a key that I move around as bytes. My plan was to convert it to an ASCII string. So, my question is: are there any limitations on the ASCII character range than can be in the password "string" (besides 0x0)? I want to be able to use 0x01-0xff.
Thanks!