This library/application will allow you to have rolling passwords using OTP.
The idea here is that you can have a base password like "password" and this application will append the 6 digit OTP and change the password on your accounts. This is to increase security of your accounts for services which don't provide a OTP scheme.
The OTP will be generated from the same algorithm that Google Authenticator uses. The software token is available for Android and iOS.
This project uses the following projects:
- http://qrcodenet.codeplex.com/ -> To generate QR Codes to scan with Google Authenticator
- http://code.google.com/p/otpnet/ -> OTP Library to generate OTP with the given key
The following services are supported:
AME has code for the following services but is untested:
- SMF
- Windows (support for local and domain accounts)