Password is a strong password generator written in C.
The files contained here are password.c To build, just:
./build.sh
to build the source and also execute the application.
Compile the file password.c and run the compiled file (password.exe)
C:\password.exe a b c
if you want to make a password with b length of password and c for notes (no space allowed, use underscore (_)).
To use, just type in terminal/command prompt:
./password<space>number of password<space>password length<space>notes
Your password list will be saved in a file called pass_bank.txt To view the file: Windows user:
notepad pass_bank.txt
Linux/Unix User:
vim pass_bank.txt
Further help, just email: [email protected]
Copyright (c) 2020, Agung Sudrajat Supriatna. All rights reserved.
Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by Agung Sudrajat Supriatna. The name of Agung Sudrajat Supriatna may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.