Generate Nano ID June 29, 2021 Code Snippets 0 Comments 918 Views Nano ID is a cryptographically strong identifier that can be used in URLs. By default, Nano ID is 21 characters long and uses A-Za-z0-9_- alphabet. Nano ID can be used as alternative to UUID. No.Programming language1.PHP2.Python
Read Data from YAML File YAML is a text-based data format that commonly used to store application configuration. Basically, YAML...
Verify that Password Matches bcrypt Hash The bcrypt is a cryptographic hash function that commonly used for password hashing. Learn how...
Generate PEM-Encoded PKCS#8 Format RSA Key Pair RSA is an asymmetric cryptography algorithm. Asymmetric means that two keys are used: private key...
Leave a Comment
Cancel reply