You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I am working on converting a Cordova project to an Electron project. The project used JNKeychain to save credentials to the macOS Keychain.
JNKeychain happens to save credentials via [NSKeyedArchiver archivedDataWithRootObject:] which results in a bplist (Binary Plist) in the Keychain. I am unable to read and interpret the data with simple-plist which supports bplist files.
Can anyone point me in the right direction on how to interpret the bplist data and convert it into JSON?
Thanks
The text was updated successfully, but these errors were encountered:
I am working on converting a Cordova project to an Electron project. The project used JNKeychain to save credentials to the macOS Keychain.
JNKeychain happens to save credentials via
[NSKeyedArchiver archivedDataWithRootObject:]
which results in abplist
(Binary Plist) in the Keychain. I am unable to read and interpret the data withsimple-plist
which supportsbplist
files.Can anyone point me in the right direction on how to interpret the
bplist
data and convert it into JSON?Thanks
The text was updated successfully, but these errors were encountered: