problem in implementing google authenticator app in c++ [migrated]
i am trying to implement google Authenticator mechanism in c++.
i always get different OTP than that of google authenticator.
i wonder why ?
1 – i searched and found that google uses HMAC-SHA1 algorithm. but i am suspecious because :
almo… Continue reading problem in implementing google authenticator app in c++ [migrated]