Tech Blog » Home » Coders Forum » Computer Directory » Math Calculators » RSS:Directory|Forum
C++ Source Code: Implementations, Beginners Encryption: MD5 and Crypt(3) » Coders Community: Forum
Client-Side | crypt (3) | Using JavaScript
Generate encrypted passwords for your .htpasswd files with crypt(3) using JavaScript. (Non-Server Side)
This Javascript allows you to calculate the encrypted password generated by the UNIX function crypt(3)
on your computer without using ANY online script in PHP, PERL, shell, or ANY other server-side script.
All encrytion is done with JavaScript and not from the server.