Archive

Posts Tagged ‘password’

MD5 Encryption In C#.NET

February 28th, 2009 admin No comments

Do you need to hash secret values (ex:passwords) with md5 algorithm in C#.NET? Actually, .NET framework has provided this cryptography, but, you cannot use it directly like what you can do the same thing in PHP. In PHP, you just need to call md5 function. In C#.NET, you have to define the function yourself. For your information, the encrypted values will not be able to be decrypted because md5 is a one-way encryption.
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)

JavaScript Password Generator

October 25th, 2008 programming 1 comment

A very flexible and powerful password generator script written in JavaScript. With this password generator, you will not be bother or confuse to choose/select a strong and secure passwords for your important accounts.

Platform

This script can be run well using Mozilla Firefox (any version), Internet Explorer (any version), Opera and Fast Browser.
Read more…

If you like this code/script, perhaps you would kindly treat me a drink. Any number is welcome. Thanks :)