Created
September 23, 2019 19:49
-
-
Save aheissenberger/3b3d73d59001bcceb2a54ef78cf1adb2 to your computer and use it in GitHub Desktop.
Mac OS / retrieve key chain note
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
security find-generic-password -a $USER -C note -s name-of-a-note -w | xxd -r -p - | |
# when input includes new lines - content is returned as hex and needs to be converted with "xxd" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment