Python Forum

Full Version: 2FA authenticator in source - w/o using PAM
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am looking for a two-factor-authentication (2FA) authenticator (the thing that checks if the 6 digit code is valid for this 30-second time frame, for the specific registered device) that is 100% in source code (to be able to verify that the code acts correctly), preferably in Python (but i can also accept a number of other languages such as C, C++, Lua, Objective-C, Perl, Pike), and does not use PAM (to keep the code complexity down).