credential
Password protector
Protects user passwords from brute force, rainbow tables, and timing attacks by generating unique salts for each password.
Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.
347 stars
12 watching
28 forks
Language: JavaScript
last commit: about 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ofek/privy | A small and fast utility for password-protecting secret data such as API keys or cryptocurrency wallets | 253 |
mattrobenolt/django-sudo | Adds an extra layer of security to sensitive pages by requiring users to re-enter their password after logging in | 281 |
1n3/brutex | Automates the process of trying all possible combinations of service credentials on a target system to gain unauthorized access. | 1,975 |
ghostbar/angular-zxcvbn | Provides an Angular.js directive to calculate password strength based on the zxcvbn library and user input from other form fields. | 56 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 792 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
buttercup/buttercup-core | A NodeJS library for managing and securely storing sensitive data such as passwords and credentials | 472 |
ben0xa/honeycreds | Detects network credential injection attempts by simulating legitimate credentials | 214 |
marcwebbie/passpie | A command-line tool to manage and store login credentials securely using encryption. | 921 |
cjlarose/argon2-ffi | Node.js bindings for argon2, a widely used password hashing algorithm | 63 |
philnash/crotp | A Crystal library for generating one-time passwords for two-factor authentication | 63 |
nachodd/vue-auth-href | A directive for adding authentication headers to downloads of protected files in a Vue.js application | 16 |
jumpseclabs/rook | Automates password cracking on AWS using GPU-based instances. | 81 |
kungia09/bangcle | Protects Android apps from malicious activities by hardening and encrypting them using dynamic loading of encrypted dex files. | 389 |
venables/bookshelf-secure-password | A Bookshelf.js plugin for securely storing and authenticating passwords using BCrypt. | 24 |