A native implementation of TLS (and various other cryptographic tools) in JavaScript. The Forge software is a fully native implementation of the TLS protocol in JavaScript, a set of cryptography utilities, and a set of tools for developing Web Apps that utilize many network resources.
crypto cryptography x509 message-digest aes asn1 cipher pkcs tls certificate pkcs7 pkcs1 pkcs12 pbkdf2 csr hmac sha1 sha256 md5 asn asn.1 cbc des gcm http https network pki prng rc2 rsa sha384 sha512 ssh x.509Password hashing library for Elixir. This library is intended to make it very straightforward for developers to check users' passwords in as secure a manner as possible.
argon2 bcrypt pbkdf2 elixirring is focused on the implementation, testing, and optimization of a core set of cryptographic operations exposed via an easy-to-use (and hard-to-misuse) API. ring exposes a Rust API and is written in a hybrid of Rust, C, and assembly language. ring is focused on general-purpose cryptography. WebPKI X.509 certificate validation is done in the webpki project, which is built on top of ring. Also, multiple groups are working on implementations of cryptographic protocols like TLS, SSH, and DNSSEC on top of ring.
security ecdsa ecdh curve25519 aes-gcm sha-256 sha-384 sha-512 ecc hmac hkdf pbkdf2 p-256 p-384 x25519 chacha20-poly1305 ed25519 constant-time cryptographyEasy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.Employs cryptographically secure, per password salts to prevent rainbow table attacks. Key stretching is used to make brute force attacks impractical. A constant time verification check prevents variable response time attacks.
password passwords hash auth authorization authentication security login sign-in salt rainbow brute stretching pbkdf2Password4j is a Java user-friendly cryptographic library for hashing and checking passwords with different Key derivation functions (KDFs) and Cryptographic hash functions (CHFs). The library fully supports Argon2, BCrypt, SCrypt and PBKDF2 and can produce and handle cryptographic salt and pepper.
hashing cryptography scrypt argon2 salt password hash md5 pbkdf2 bcrypt sha-256 argon2d argon2i argon2id security security-libraryA secure and easy-to-use password manager for macOS and Linux. Make your master password strong, unique, and don't forget it! You'll need your master password to access your safe. Without it your safe can not be unlocked.
password password-manager cli security crypto chacha20-poly1305 aes-gcm openpgp scrypt pbkdf2SHA-256 implementation for JavaScript/TypeScript with typed arrays that works in modern browsers and Node.js. Implements the hash function, HMAC, and PBKDF2.Public domain. No warranty.
hash sha256 pbkdf2 cryptography crypto hmacFast "async" scrypt implementation in JavaScript.Works in browsers without throwing "kill slow script" warnings due to configurable interruptStep, which yields from calculation. Compatible even with old versions of IE. Also works with Node.js (but you should really use the C implementation for that).
scrypt crypto kdf pbkdf2 cperciva cryptography passwordangular-crypto provides standard and secure cryptographic algorithms for Angular.js with support for: MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
crypto cryptojs angular angularjs md5 sha-1 sha-256 rc4 rabbit aes des pbkdf2 hmac ofb cfb ctr cbc base64Hash and compare passwords with the crypto's pbkdf2. Heavily inspired by node-pwd.The resulting salt and password Strings are the same you'd get when you save a user to CouchDB and let CouchDB do all the hashing for you.
couch couchdb password pwd pbkdf2pws is a command-line password safe/manager written in Ruby using aes-256-cbc and pbkdf2. Run $ pws --help for usage information.
password-manager password-generator pbkdf2 aes-256 cli-command encrypted-store ruby-cliThis package aim to provide secure, well configured and ready to use password hashing algorithms for your application.Currently the most vetted hashing algorithm providing most security is BCrypt. PBKDF2 isn't bad either, but if you can use BCrypt you should.
credential nodejs hash-functions security brute-force timing-attacks rainbow-table credential-plus password passwords hashing verification hash-function hash auth authorization authentication login sign-in salt rainbow brute attack stretching timining-attack pbkdf pbkdf2 bcrypt scrypt argon2Easy salt/password creation for Node.js, extracted from Mosca. Creates a new hasher functions, with the specified options.
pbkdf2 authenticationPassword based key derivation functions from PKCS#5, RFC 2898
cryptography pbkdf2 kdf ocamlA compilation-free, always up-to-date encryption library for Python that works on Windows, OS X, Linux and BSD. Supports the following versions of Python: 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6 and pypy. OS X 10.6 will not be supported due to a lack of available cryptographic primitives and due to lack of vendor support.
cryptography x509 pkcs12 aes tls rsa dsa ecdsa pbkdf2 pkcs8 des 3des rc2 rc4 oaep pss pkcs1v15🔒 Unified APIs for Password Hashing Algorithms Coded with ❤️ by Simone Primarosa. The upash (pronounced u-pash) project provides you a Unified API to implement secured and well-configured password hashing algorithms inside your application.
credential nodejs hash-functions security brute-force timing-attacks rainbow-table bcrypt pbkdf2 argon verification credentials password upash unified api universal cli secure hashing account accounts algorithm algorithms apis application argon2 attack attacks auth authentication authorization brute command cryptographically derivation easy force form function hash interface irreversible kdf key line login one one-way passwords pbkdf pbkdf1 pbkdf2-crypt plus programming protected rainbow resistance salt scrypt sign-in simple store stretching strong table time timining transform user users verify wayJavascript library for signing and encrypting data. The API is described here.
encryption signing hmac sha256 aes rsa pbkdf2A Rust port of the password primitives used in Django Project. Django's django.contrib.auth.models.User class has a few methods to deal with passwords, like set_password() and check_password(); DjangoHashers implements the primitive functions behind those methods. All Django's built-in hashers are supported.
django algorithm pbkdf2 rust-port password password-hash cryptography hashes bcrypt argon2PBKDF2-Wrapper provides a very simple Objective-C interface for the CommonCrypto implementation of the PBKDF2 algorithm. Derive an encryption key from a password. PBKDF2Result automatically handles creating a secure random salt, and calibrating the number of rounds to take approximately 100ms to derive the key.
pbkdf2 commoncrypto ios watchos
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.