Here are
136 public repositories
matching this topic...
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Updated
Dec 26, 2020
JavaScript
Password hashing specification for the Elixir programming language
Updated
Jan 12, 2021
Elixir
🔒 Unified API for password hashing algorithms
Updated
Sep 5, 2018
JavaScript
🔒 Secure localStorage data with high level of encryption and data compression
Updated
Dec 11, 2020
JavaScript
A secure and easy-to-use CLI password manager for macOS and Linux
Magic hashes – PHP hash "collisions"
Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
Updated
Sep 29, 2020
Python
Command-Line Password Safe 🔐︎
Updated
Dec 30, 2020
Ruby
Fast "async" scrypt implementation in JavaScript
Updated
Sep 8, 2018
JavaScript
Password4j is a user-friendly cryptographic library that supports Argon2, Bcrypt, Scrypt, PBKDF2 and various cryptographic hash functions.
Lightning fast hash functions using hand-tuned WebAssembly binaries
Updated
Nov 22, 2020
TypeScript
Java AES encryption library
Updated
Dec 18, 2018
Java
🔑 Password hashing utility in Java
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
A WebCrypto Polyfill for NodeJS
Updated
Feb 4, 2021
TypeScript
Secure password hashers for Go compatible with Django
A lightweight, encrypted, WAN oriented, software defined network device.
A Rust port of the password primitives used in Django Project.
Updated
Jan 18, 2021
Rust
Updated
Aug 31, 2020
Java
An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid
Updated
Dec 17, 2020
TypeScript
A library that provides an encrypted version of the Android shared preferences.
A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.
Updated
Dec 18, 2018
Dart
An Objective-C interface for the PBKDF2 implementation in CommonCrypto.
Updated
Sep 28, 2016
Objective-C
Webcrypto API wrapper for applications that store encrypted data
Updated
Jan 22, 2021
JavaScript
Python bindings for fastpbkdf2
Updated
Dec 31, 2016
Python
Password based key derivation functions from PKCS#5, RFC 2898
Updated
Mar 31, 2020
OCaml
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.
Updated
Jul 4, 2019
Python
Automated Bitcoin wallet generator that with mnemonic and passphrases bruteforces wallet addresses
Updated
Oct 19, 2020
Python
Improve this page
Add a description, image, and links to the
pbkdf2
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pbkdf2
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The endianness-conversion functions added in #161 are missing tests. Should be merged into
v016.Awaiting merge of #161.