Encrypt/Decrypt Wrapper Utility
utilities for encryption and hashing
Node.js module for Apache style password encryption using crypt(3).
Get the version of a MongoDB Crypt shared library programmatically and as a CLI
Dummy MongoDB Crypt shared library which only implements version helpers
Typescript wrapper for SHA-512, including $6$ crypt format.
HTTP2 client, just with the familiar `https` API
Javascript implementation of the Unix crypt(3) DES-based hash
Provide sha512crypt algorithm for nodejs
Crypt Helper methods for NodeJS Applications.
A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application
Simple XOR string encryption library.
Make a function mimic another one
A user friendly, BuckleScript wrapper for the Node.js crypto library.
SHA-256 hash in pure javascript
Binary wrapper that makes your programs seamlessly available as local dependencies
Integration wrappers for utility libraries
Create MD5 hashed crypt passwords ($1$salt$hash.value/)
Binary wrapper that makes your programs seamlessly available as local dependencies
Securing the secrets on Serverless Framework by AWS KMS encryption.
CLI tool for creating and ecoding keys
skip32 (Skipjack cipher for 32-bit numbers) for node
Promise with .resolve() and .reject() methods
Node.js implementation of Unixcrypt, specifically SHA-256 and SHA-512
Wraps the git-crypt CLI so that git-crypt can be invoked from a Ruby script or Rakefile.
Ruby wrapper for the C crypt() function.
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.