COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20201004074435/https://github.com/topics/pbkdf2
Here are
131 public repositories
matching this topic...
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Updated
Sep 25, 2020
JavaScript
Password hashing specification for the Elixir programming language
Updated
Mar 1, 2020
Elixir
🔒 Unified API for password hashing algorithms
Updated
Sep 5, 2018
JavaScript
🔒 Secure localStorage data with high level of encryption and data compression.
Updated
Aug 17, 2020
JavaScript
A secure and easy-to-use CLI password manager for macOS and Linux
Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
Updated
Sep 29, 2020
Python
Magic hashes – PHP hash "collisions"
Command-Line Password Safe 🔐︎
Updated
Dec 29, 2019
Ruby
Fast "async" scrypt implementation in JavaScript
Updated
Sep 8, 2018
JavaScript
Java AES encryption library
Updated
Dec 18, 2018
Java
🔑 Password hashing utility in Java
Updated
Sep 22, 2020
Java
Standalone password hasher for ASP.NET Core using a PBKDF2 implementation.
A lightweight, encrypted, WAN oriented, software defined network device.
🔒 Password4j is a utility package for hashing securely passwords and update non-secure hashed passwords.
Updated
Sep 30, 2020
Java
Secure password hashers for Go compatible with Django
A Rust port of the password primitives used in Django Project.
Updated
Sep 15, 2020
Rust
Updated
Aug 31, 2020
Java
An odorless, tasteless NodeJS crypto library that dissolves instantly in liquid
Updated
Jun 3, 2020
TypeScript
A library that provides an encrypted version of the Android shared preferences.
An Objective-C interface for the PBKDF2 implementation in CommonCrypto.
Updated
Sep 28, 2016
Objective-C
A set of high-level APIs over PointyCastle and CryptoUtils to hash and verify passwords securely.
Updated
Dec 18, 2018
Dart
A WebCrypto Polyfill for NodeJS
Updated
Aug 10, 2020
TypeScript
Lightning fast hash functions using hand-tuned WebAssembly binaries
Updated
Sep 19, 2020
TypeScript
Python bindings for fastpbkdf2
Updated
Dec 31, 2016
Python
🌌 Hash password directly from your terminal
Updated
Sep 29, 2020
JavaScript
sha256, hmac with sha256 and pbkdf2 with hmac-sha256 in one header file
Password based key derivation functions from PKCS#5, RFC 2898
Updated
Mar 31, 2020
OCaml
Webcrypto API wrapper for applications that store encrypted data
Updated
Sep 25, 2020
JavaScript
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.
To check that all newtypes (
SecretKeys,Poly1305, etc.) implement the correct traits, new testing functions are needed.For example
fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}could be used to check that a secret key implements the needed traits.