Skip to content

scrapes perfect passwords from grc.com and offers a pythonic type for accessing them

License

Notifications You must be signed in to change notification settings

arturtamborski/grcpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grcpass

Description

This little script scrapes out passwords from http:https://grc.com/passwords.htm and returns them in named tuple.

Installation

pip install grcpass

Usage

In python code

import grcpass

passwords = grcpass.generate()

print(passwords.hex)
print(passwords.ascii)
print(passwords.alpha)

Or in shell

grcpass -h

About

scrapes perfect passwords from grc.com and offers a pythonic type for accessing them

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages