{ Snipperize } /sha1
Snippets about sha1
Here are the latest snippets talking about sha1. Please choose your favorite one or add a new one.
SHA1 Encrypt
I found this awesome class online and thought I should share it. It's a really nice, lightweight way to encrypt data out of ActionScript. Here's how to use it: import com.utils.sha1Encrypt; var enc:sha1Encrypt = new sha1Encrypt(true); function sha1():void { trace(sha1Encrypt.encrypt("hello")); };
ActionScript3 / sha1, encryption / by ThePeppersStudio (278 days, 4.45 hours ago)
Generate Unique Random Hash
PHP / mt_rand, uniqid, sha1, hash / by ThePeppersStudio (308 days, 7.59 hours ago)
Create Mysql Hash in Python
MySQL 4.1+ hashes are double-SHA1 with a "*" tagged on the front.
Python / mysql, hash, sha1 / by ThePeppersStudio (389 days, 14.56 hours ago)
- 1
- Home
- New Snippet
- Languages
-

