pbkdf2
There are 264 repositories under pbkdf2 topic.
digitalbazaar/forge
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
riverrun/comeonin
Password hashing specification for the Elixir programming language
7thSamurai/steganography
Simple C++ Image Steganography tool to encrypt and hide files inside images using Least-Significant-Bit encoding.
Daninet/hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
spaze/hashes
Magic hashes – PHP hash "collisions"
paulmillr/noble-hashes
Audited & minimal JS implementation of hash functions, MACs and KDFs.
softvar/secure-ls
:lock: Secure localStorage data with high level of encryption and data compression
simonepri/upash
🔒Unified API for password hashing algorithms
Password4j/password4j
Java cryptographic library that supports Argon2, bcrypt, scrypt and PBKDF2 aimed to protect passwords in databases. Easy to use by design, highly customizable, secure and portable. All the implementations follow the standards and have been reviewed to perform better in the JVM.
bndw/pick
A secure and easy-to-use CLI password manager for macOS and Linux
wbond/oscrypto
Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
Greenheart/pagecrypt
Password Protected Single Page Applications and HTML files
janlelis/pws
Command-Line Password Safe 🔐︎
PeculiarVentures/webcrypto
A WebCrypto Polyfill for NodeJS
anaskhan96/go-password-encoder
Go package to encode (with random generated salt) and verify passwords
dchest/scrypt-async-js
Fast "async" scrypt implementation in JavaScript
rockaport/alice
Java AES encryption library
AKASHAorg/easy-web-crypto
Webcrypto API wrapper for applications that store encrypted data
amdelamar/jhash
🔑 Password hashing utility in Java
henkmollema/CryptoHelper
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
zitadel/passwap
Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algorithms, using the same API for all of them.
alexandrevicenzi/unchained
Secure password hashers for Go compatible with Django
Racum/rust-djangohashers
A Rust port of the password primitives used in Django Project.
supernomad/quantum
A lightweight, encrypted, WAN oriented, software defined network device.
benhj/knoxcrypt
An encrypted filesystem
leocavalcante/password-dart
A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.
aykxt/crypto
🔐 Fast crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
ron4fun/HashLibPlus
HashLibPlus is a recommended C++11 hashing library that provides a fluent interface for computing hashes and checksums of strings, files, streams, bytearrays and untyped data to mention but a few.
ron4fun/SharpHash
SharpHash is a C# hashing library which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing.
perry-mitchell/iocane
An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid
chronoxor/CppSecurity
C++ Security Library
qaware/heimdall
Secure Password Storage
IcyDrae/vaults
Password manager featuring client-side encryption, vaults, folders and more.
xros/py_django_crack
Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others if brute force cracking. It is recommended that you use hash table comparison. The tool 'rainbow crack' can generate rainbow hash tables while another tool 'hashcat' brute-force cracks password from a dictionary alive. Because django uses PBKDF2(Password-Based Key Derivation Function), it would take too long to generate a password.
HussainDerry/secure-preferences
A library that provides an encrypted version of the Android shared preferences.
therealOri/Genter
A strong and customizable password generator made with python3!