Category: Cryptography & Hashing
Hash Passwords with bcrypt
Use password_hash and password_verify — never store plaintext.
Author:
chris
Generate SHA256 Hash in Ruby
Compute the SHA256 hex digest of any string with Digest::SHA256.
Author:
chris
Base64 Encode and Decode in Perl
MIME::Base64 round-trip for binary-safe text encoding.
Author:
chris
Generate an MD5 Hash in Perl
Compute the MD5 hex digest of a string using Digest::MD5.
Author:
chris