Skip to content

A simple but strong password generator written in C

License

Notifications You must be signed in to change notification settings

agungss/password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password

Overview

Password is a strong password generator written in C.

Build and Run

The files contained here are password.c To build, just:

./build.sh

to build the source and also execute the application.

For Windows user (64 bit)

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 (_)).

Usage

To use, just type in terminal/command prompt:

./password<space>number of password<space>password length<space>notes

Documentation

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

Help

Further help, just email: [email protected]

License

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.

About

A simple but strong password generator written in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published