scrypt
There are 583 repositories under scrypt topic.
str4d/rage
A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.
MPOS/php-mpos
MPOS stands for Mining Portal Open Source. Issue tracker is now closed since it's not maintained anymore.
Lyndir/MasterPassword
Project moved to https://gitlab.com/spectre.app
Daninet/hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
bonesoul/CoiniumServ
Next-gen crypto currency mining pool software
ethereum/js-ethereum-cryptography
Audited pure JS library containing all Ethereum-related cryptographic primitives
paulmillr/noble-hashes
Audited & minimal JS implementation of hash functions, MACs and KDFs.
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
bitcoinjs/bip38
BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is less susceptible to brute force attacks thus protecting the user.
weavejester/crypto-password
Library for securely hashing passwords
elithrar/simple-scrypt
A convenience library for generating, comparing and inspecting password hashes using the scrypt KDF in Go 🔑
openwall/yescrypt
Password-based key derivation function and password hashing scheme building upon scrypt
Athlon1600/notepad
:page_facing_up: Web-based application for storing notes securely. Built with Vue + Node.js + Express
EtherDream/WebScrypt
a fast and lightweight scrypt hash algorithm for browser
ricmoo/scrypt-js
Pure JavaScript implementation of the scrypt password-based key derivation function.
dchest/scrypt-async-js
Fast "async" scrypt implementation in JavaScript
palant/pfp
A simple and secure browser extension to be used with KeePass databases.
viniciuschiele/Scrypt
A .NET implementation of scrypt password hash algorithm.
ricmoo/pyscrypt
Pure-Python implementation of Scrypt PBKDF and scrypt file format library.
NetDevPack/Security.PasswordHasher
Argon2, BCrypt and Scrypt implementation for ASP.NET Core Identity
amdelamar/jhash
🔑 Password hashing utility in Java
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.
dogethereum/dogethereum-contracts
Ethereum contracts for the Dogecoin <-> Ethereum bridge
dwin/goSecretBoxPassword
A probably paranoid Golang utility library for securely hashing and encrypting passwords based on the Dropbox method. This implementation uses Blake2b, Scrypt and XSalsa20-Poly1305 (via NaCl SecretBox) to create secure password hashes that are also encrypted using a master passphrase.
leionion/Fractal-bitcoin-development-guide
Development guide for CAT20 token protocol, sCrypt development for OP_CAT, Ordinal | BRC-20 | Rune protocol on Fractal Bitcoin network
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.
TrueBitFoundation/scrypt-interactive
[DEPRECATED] Truebit Verification for Scrypt
umutcamliyurt/DroidCrypt
A file and text encryption tool for Android
70sh1/eddy
Simple, fast CLI file encryption tool
marscoin/marscoin-archive
Marscoin source tree
chronoxor/CppSecurity
C++ Security Library
hn275/file-encryptor
a small cli tool for file encryption, written in Rust.
openwall/yespower
Proof-of-work scheme building upon yescrypt and scrypt
rustindia/mpw-rs
Master Password in Pure Rust