Category "secret-key"

Azure App registration Client secrets expiration

Has Microsoft changed the expiration date for Client secrets to be max 2 years? It is not possible to select "Never" anymore?

How to apply Shamir's Secret Sharing on strings passwords

I was trying to write a simple code to generate and obtain passwords using Shamir's secret sharing method. My question is: How can I apply this to string passwo

React Native Expo: How to protect secret keys like Google Maps key?

We can't store the secret keys in the app code as they can be easily extracted by hackers. One way is to get them from a backend service but my app works withou