Randpass
Author: e | 2025-04-24
randpass. generate password with 30 characters randpass 30 randpass -char 30. clear clipboard randpass -k randpass -clear. add -c or -noc to disable clipboard copy randpass 35 -c. add -p
randpass/randpass.1 at master BartMassey/randpass - GitHub
RandpassThe C++ uses the The Mersenne Twister which is pseudorandom number generator (PRNG). The Mersene Twister is not cryptographically secure PRNG. While surfing through libsodium's documentation I noticed in the FAQ the randombytes API which can be used to produce cryptographicaly secure PNRG. I've made an attempt to use the libsodium's PRNG to generate random passwords.InstalltionDependenciesConan package managerStepsYou can either clone or download the projectgit clone [email protected]:neelabalan/randpass.gitcd randpass mkdir build && cd buildconan install ..cd ..cmake .makeUsageThe binary is created in bin folder of the project directory./randpass --help # for listing the available argumentsExamples~ ./randpass --helpUsage: randpass [options]Optional arguments:-h --help show this help message and exit-L --length length of the password string-p --pass number of passwords to be generated-u include uppercase characters in password-l include lowecase characters in password-s include symbols in password-n include numbers in password~ ./bin/randpass -L 10 -p 5 -n55705110644135899360167350042179553810340917020964~ ./bin/randpass -L 10 -p 5 -lanqubvcqthdwtdjmkenzctoecuogkpgjpopaocrogtnraqghag~ ./bin/randpass -L 15 -p 2 -ul GLXXVQcFbSjCSpwzaoVsaHcwjVcnvc RandPass was migrated to a new development environment. The first benefit of this move is the implementation of multilingual user interface and creation of an installer version. More great features will follow.At the moment it comes with English and Russian user interface languages, but there is an easy way of creating translations for any other languages. If you are interested in making a translation, please read the Localization article.Full list of changes in RandPass 1.4:* Converted application project from Delphi to Lazarus/FPC.* Use Settings.ini instead of .ini naming for settings.* Store all user data in user profile directory for Installer version.* Added multilingual support using PO files in Languages folder.* Added Language menu.* Added Russian translation file.* Updated application icon to be cleaner and crisper.* Fixed truncated display of used password characters.* Renamed "Double digit probability" to "Double probability of digits" to avoid confusion.* Do not halt application when not supported command line arguments were supplied.* Internal code improvements.Randpass Consulting Services (@randpass) - Instagram
If you're looking for a good way to maintain complicated passwords that are difficult or impossible to guess, the best method is to generate random keys.RandPass is a program designed to create random passwords in various customizable formats: lowercase letters only, uppercase letters only, numbers only, or a combination of all of them, including eliminating similar characters or adding specific symbols.Advertisement Remove ads and more with TurboYou can also choose the number of characters that you want your password to be, and the number of keys that you want RandPass to generate. Once you've established those parameters, the tool will display different passwords with different lengths and complexities, so you can choose which ones you want according to your needs.Thanks to this program, no one will ever be able to access your social network accounts, or any other web service or page that contains your private information. Of course, if you don't have a good memory, you'll probably want to note your passwords down somewhere so you don't forget them.. randpass. generate password with 30 characters randpass 30 randpass -char 30. clear clipboard randpass -k randpass -clear. add -c or -noc to disable clipboard copy randpass 35 -c. add -prandPass/README.md at main erelsop/randPass - GitHub
randpass/README.md at main stroggprog/randpass GitHub
randpass/randpass.py at main sickthecat/randpass - GitHub
. randpass. generate password with 30 characters randpass 30 randpass -char 30. clear clipboard randpass -k randpass -clear. add -c or -noc to disable clipboard copy randpass 35 -c. add -pGitHub - okada9/randpass: randpass is a secure command-line
Comments
RandpassThe C++ uses the The Mersenne Twister which is pseudorandom number generator (PRNG). The Mersene Twister is not cryptographically secure PRNG. While surfing through libsodium's documentation I noticed in the FAQ the randombytes API which can be used to produce cryptographicaly secure PNRG. I've made an attempt to use the libsodium's PRNG to generate random passwords.InstalltionDependenciesConan package managerStepsYou can either clone or download the projectgit clone [email protected]:neelabalan/randpass.gitcd randpass mkdir build && cd buildconan install ..cd ..cmake .makeUsageThe binary is created in bin folder of the project directory./randpass --help # for listing the available argumentsExamples~ ./randpass --helpUsage: randpass [options]Optional arguments:-h --help show this help message and exit-L --length length of the password string-p --pass number of passwords to be generated-u include uppercase characters in password-l include lowecase characters in password-s include symbols in password-n include numbers in password~ ./bin/randpass -L 10 -p 5 -n55705110644135899360167350042179553810340917020964~ ./bin/randpass -L 10 -p 5 -lanqubvcqthdwtdjmkenzctoecuogkpgjpopaocrogtnraqghag~ ./bin/randpass -L 15 -p 2 -ul GLXXVQcFbSjCSpwzaoVsaHcwjVcnvc
2025-04-20RandPass was migrated to a new development environment. The first benefit of this move is the implementation of multilingual user interface and creation of an installer version. More great features will follow.At the moment it comes with English and Russian user interface languages, but there is an easy way of creating translations for any other languages. If you are interested in making a translation, please read the Localization article.Full list of changes in RandPass 1.4:* Converted application project from Delphi to Lazarus/FPC.* Use Settings.ini instead of .ini naming for settings.* Store all user data in user profile directory for Installer version.* Added multilingual support using PO files in Languages folder.* Added Language menu.* Added Russian translation file.* Updated application icon to be cleaner and crisper.* Fixed truncated display of used password characters.* Renamed "Double digit probability" to "Double probability of digits" to avoid confusion.* Do not halt application when not supported command line arguments were supplied.* Internal code improvements.
2025-04-04If you're looking for a good way to maintain complicated passwords that are difficult or impossible to guess, the best method is to generate random keys.RandPass is a program designed to create random passwords in various customizable formats: lowercase letters only, uppercase letters only, numbers only, or a combination of all of them, including eliminating similar characters or adding specific symbols.Advertisement Remove ads and more with TurboYou can also choose the number of characters that you want your password to be, and the number of keys that you want RandPass to generate. Once you've established those parameters, the tool will display different passwords with different lengths and complexities, so you can choose which ones you want according to your needs.Thanks to this program, no one will ever be able to access your social network accounts, or any other web service or page that contains your private information. Of course, if you don't have a good memory, you'll probably want to note your passwords down somewhere so you don't forget them.
2025-04-18