Skip to content

Python script to extract password characters for "Verified by Visa" forms

Notifications You must be signed in to change notification settings

mikeboehm/VerifiedByVisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

A simple script that returns the Nth characters of your password for use with banking forms like Verified By Visa or your bank's login page. With arguments:

$ python visa.py 3 6 9 12
Enter password: NisNipNiaNim
s, p, a, m

Or without

$ python visa.py
Character position 1: 3
Character position 2: 6
Character position 3: 9
Character position 4: 12
Character position 5: [Enter]
Enter password: NisNipNiaNim
s, p, a, m

About

Python script to extract password characters for "Verified by Visa" forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages