scito / extract_otp_secrets

Extract one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes from authentication apps can be captured by camera, read from images, or read from text files. The secrets can be exported to JSON or CSV, or printed as QR codes to console.
https://scito.ch/content/extract-secret-keys-google-authenticator-qr-export
GNU General Public License v3.0
1.14k stars 137 forks source link

Update README for MacOS (GH #186) #187

Closed noloader closed 8 months ago

noloader commented 8 months ago

Apple OSes may set the quarantine bit on downloads. It could cause a failure to execute, even with chmod +x. Tell users to remove the quarantine bit for MacOS in the README.

scito commented 8 months ago

Thanks a lot for your contribution!