Skip to content

Instantly share code, notes, and snippets.

View lcb's full-sized avatar

Lorenz Blum lcb

View GitHub Profile
@mpepping
mpepping / token.applescript
Created April 6, 2019 12:20
AppleScript to copy a Safenet MobilePASS OTP
-- AppleScript to copy a Safenet MobilePASS OTP.
--
-- 'osascript ~/path/to/token.applescript'
-- Set 'passwd' to your MobilePASS passcode.
set passwd to "0000"
-- Start MobilePASS
tell application "MobilePASS"
activate
delay 1