Flex Password match check
Ever wanted to do a flex form with a password retype check in it ?
Well look no further I‘ve got the right script for you right here. This little class file checks if Passwords Match before Form is submitted.
Read More
Flex MD5 / SHA1-256 Password encoder
I build a lot of Flex Applications on PhP / MySQL Backends. Now these PhP backends most of the time check if the users has the correct rights for e.g. opening a database or getting some data or what ever.
When a new user of the Flex or AIR application want’s to change their password or create a new user with password I triggerd a nice little php password create script that makes a nice MD5 (with salt) password out of the given readable password.
Read More
Flex AS3 Password Creator / Generator
Ever wanted to create or generate passwords within Adobe Flex / Flash Builder or AS3 ?
Well it’s quite simple to do this.
You only need 11 lines of code for generating a password (well 13 if you count the function statement)
Read More




