
Search found 3 matches
- Thu Jul 10, 2014 9:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Decrypting AES-128-ECB string with no salt
- Replies: 5
- Views: 3621
Re: Decrypting AES-128-ECB string with no salt
Thank you all for the help. Got a prototype working. 

- Thu Jul 10, 2014 7:29 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Decrypting AES-128-ECB string with no salt
- Replies: 5
- Views: 3621
Re: Decrypting AES-128-ECB string with no salt
Thanks for the welcome and for replying, Simon. The string does look like an MD5 hash, but is actually the hex representation of the encrypted password. You can check this here: aes[dot]online-domain-tools[dot]com Screenshot for confirmation: domaintools.png Based on the result, it might also be pad...
- Thu Jul 10, 2014 5:35 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Decrypting AES-128-ECB string with no salt
- Replies: 5
- Views: 3621
Decrypting AES-128-ECB string with no salt
Hello, I've just started using LiveCode community edition and am trying to use the encrypt/decrypt commands to store and retrieve passwords locally for a legacy application on another platform. The scenario is that I have a 32 character alphanumeric string representing the password stored in a text ...