EddyVerbruggen / nativescript-secure-storage

:closed_lock_with_key: NativeScript plugin for secure local storage of fi. passwords
MIT License
111 stars 26 forks source link

Is it still safe to use this? SAMKeychain is deprecated and Hawk library seems to be dying. #40

Open jdmeer opened 4 years ago

jdmeer commented 4 years ago

The SAMKeychain repository has been marked read-only: https://github.com/soffes/SAMKeychain

The Hawk library seems to have been abandoned: https://github.com/orhanobut/hawk/issues/239

Also, the version of Facebook Conceal Hawk is using doesn't support 64bit: https://github.com/orhanobut/hawk/issues/233

farfromrefug commented 4 years ago

@jdmeer I agree with you. On iOS we could use keychain-swift On Android we could use keystore

No time to look at this right now but should be doable.

jamesst20 commented 4 years ago

I was just asking myself the same question.

For Android, we currently have this alternative https://github.com/acharyaks90/nativescript-secure-android-keystore

darko-bw commented 3 years ago

Hi Eddy and other nativescript community members. If you have some spare time, please update the plugin so we can use keychain-swift and android keystore. It is becoming crucial for current app updates and development of new ones... Thank you.

farfromrefug commented 3 years ago

Hi Eddy and other nativescript community members. If you have some spare time, please update the plugin so we can use keychain-swift and android keystore. It is becoming crucial for current app updates and development of new ones... Thank you.

@basil-wolf You are welcome to create a PR if it is crucial to you. Our time is limited and we cant be the only ones maintaining those plugins. It would be greatly appreciated.