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.07k stars 131 forks source link

Unflag "quarantine" to run on OSX #193

Closed perki closed 5 months ago

perki commented 5 months ago

To execute the command extract_otp_secrets on OSX, the executable needs to also be removed from quarantine with xattr -dr extract_otp_secrets_x.y.z_macos_x86_64

perki commented 5 months ago

It's already in the readme ;)