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
I think it would be great to have support for the subtle.deriveKey function in QuickCrypto.
What Platforms whould this feature/enhancement affect?
iOS, Android
Alternatives/Workarounds
I thinking about moving a full web application built with classic html/css/js to a React Native app (and support multiple plateforms). My app uses encryption a lot and QuickCrypto seems an excellent starting point to translate my current implementation. However, I do need an alternative to crypto.subtle.deriveKey and it is not available (yet ^^) in QuickCrypto.
What feature or enhancement are you suggesting?
I think it would be great to have support for the
subtle.deriveKey
function in QuickCrypto.What Platforms whould this feature/enhancement affect?
iOS, Android
Alternatives/Workarounds
I thinking about moving a full web application built with classic html/css/js to a React Native app (and support multiple plateforms). My app uses encryption a lot and QuickCrypto seems an excellent starting point to translate my current implementation. However, I do need an alternative to
crypto.subtle.deriveKey
and it is not available (yet ^^) in QuickCrypto.Additional information
The text was updated successfully, but these errors were encountered: