Skip to content
/ py2fa Public

Two-Factor Authentication using Python and GTK

License

Notifications You must be signed in to change notification settings

cpiehl/py2fa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Py2FA

A front-end program for Two-Factor Authentication written in Python and GTK.

screenshot Ubuntu 16.10

Example

Use this program to generate two-factor authentication codes for your secured accounts such as:

  • Google
  • Dropbox
  • WordPress

and many other platforms that support two-factor authentication.

Secret keys must be supplied in valid base32 encoding (a 32-character subset of the twenty-six letters A–Z and six digits 2–7).

Dependencies

To run the files, just create a link calling the script.

Windows

For example on windows, right-click -> new -> shortcut, and write:

C:\Python27\pythonw.exe C:\path_to\py2fa\main.py

Linux

On Linux, download main.py and run it as follows: $ python main.py

About

Two-Factor Authentication using Python and GTK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages