Provide more secure encryption using more than one library and over an algorithm 🤓 ..
Node.js module for Apache style password encryption using crypt(3).
utilities for encryption and hashing
Typescript wrapper for SHA-512, including $6$ crypt format.
Get the version of a MongoDB Crypt shared library programmatically and as a CLI
Dummy MongoDB Crypt shared library which only implements version helpers
Provide sha512crypt algorithm for nodejs
A user friendly, BuckleScript wrapper for the Node.js crypto library.
Node.js package for HTTP Basic Authentication password file utility.
It's two JavaScript functions to crypt and decrypt messages with a password.
Node.js crypt(3) bindings
Inquirer password prompt
```sh $ yarn add radix-ui # or $ npm install radix-ui ```
```sh $ yarn add radix-ui # or $ npm install radix-ui ```
cross-platform masked or hidden prompt
Javascript implementation of the Unix crypt(3) DES-based hash
Easy password-based encryption, by garbados.
An implementation of the WHATWG URL Standard's URL API and parsing machinery
Easy library for generating unique passwords.
Simple XOR string encryption library.
SASLprep: Stringprep Profile for User Names and Passwords, rfc4013
getpass for node.js
SHA-256 hash in pure javascript
The PBKDF2 password-pbased key derivation function for ethers.
Manage your passwords in all security with MPW, we use GPG to encrypt your passwords
Library and binary which decrypt (crypt unimplemented) Juniper JunOS $9$, Cisco IOS type 7 and Cisco NX-OS passwords
A simple but secure password storage solution using git and crypt
A simple but secure password storage solution using git and crypt
Crypt3 is a ruby version of crypt(3), a salted one-way hashing of a password.
Performs the UNIX crypt(3) algorithm using DES (standard 13 character passwords), MD5 (starting with $1$), SHA256 (starting with $5$) and SHA512 (starting with $6$)
Cloak is a simple encrypted password storage system which uses crypt
Extract secrets from hipchat configuration files
Under the hood, Secure Hasher is quite obviously flawed relying on an old school unix-style crypt method. This gem provides a perfect example of how not to manage passwords.
sym-crypt is a core encryption module for the symmetric encryption app (and a corresponding gem) "sym", and contains the main base serialization, encryption, encoding, compression routines. sym-crypt uses a symmetric 256-bit key with the AES-256-CBC cipher, which is the same cipher as the one used by the US Government. For encyption with a password sym-crypt uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc.
Miscellaneous methods that may or may not be useful. sh:: Safely pass untrusted parameters to sh scripts. Raise an exception if the script returns a non-zero value. fork_and_check:: Run a block in a forked process and raise an exception if the process returns a non-zero value. do_and_exit, do_and_exit!:: Run a block. If the block does not run exit!, a successful exec or equivalent, run exit(1) or exit!(1) ourselves. Useful to make sure a forked block either runs a successful exec or dies. Any exceptions from the block are printed to standard error. overwrite:: Safely replace a file. Writes to a temporary file and then moves it over the old file. tempname_for:: Generates an unique temporary path based on a filename. The generated filename resides in the same directory as the original one. try_n_times:: Retries a block of code until it succeeds or a maximum number of attempts (default 10) is exceeded. Exception#to_formatted_string:: Return a string that looks like how Ruby would dump an uncaught exception. IO#best_datasync:: Try fdatasync, falling back to fsync, falling back to flush. Random#exp:: Return a random integer 0 ≤ n < 2^argument (using SecureRandom). Random#float:: Return a random float 0.0 ≤ n < argument (using SecureRandom). Random#int:: Return a random integer 0 ≤ n < argument (using SecureRandom). Password:: A small wrapper for String#crypt that does secure salt generation and easy password verification.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.