Skip to content

nfernoedge/secureterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secureterm

Some scripts to practice programming

Load In Collab!

https://colab.research.google.com/github/nfernoedge/secureterm/blob/main/secureterm.ipynb

Secureterm is designed to generate random returns of an adjective, a noun, and 3 numbers. There are lots of use cases for this such as generating semi-strong passwords for password hash practice.

Usage

With secureterm.py

python secureterm.py [-n N]

-n N will return N results, the script will return one result by default

With secureterm.ps1

.\Script.ps1 [-numResults N]

-numResults N will return N results, the script will return one result by default.

Acknowledgements

The two wordlists used were taken from:

Nouns - https://www.desiquintans.com/nounlist

Adjectives - https://gist.github.com/hugsy/8910dc78d208e40de42deb29e62df913

About

Some scripts to practice programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published