Top "Secret-key" questions

A secret key is a piece of data that is known by a limited number of users / programs and that participates in protecting information (or access to the information).

What should be the "Secret" in JWT?

I am going to apply JWT into my REST API developed using Java-Jersey. I am using this library for JWT …

java rest jwt secret-key
What is an openssl iv, and why do I need a key and an iv?

I am about to use the following script to encrypt and decrypt some data. I am using it because my …

encryption secret-key php-openssl initialization-vector
How to hide .env passwords in Laravel whoops output?

How can I hide my passwords and other sensitive environment variables on-screen in Laravel's whoops output? Sometimes other people are …

php laravel environment-variables secret-key whoops
Secure keys in iOS App scenario, is it safe?

I am trying to hide 2 secrets that I am using in one of my apps. As I understand the keychain …

ios security authentication api-key secret-key
For RSA, how do i calculate the secret exponent?

For RSA, how do i calculate the secret exponent? Given p and q the two primes, and phi=(p-1)(q-1), …

math encryption rsa public-key secret-key
How to store a secret API key in an application's binary?

I am creating a Twitter client for Mac OS X and I have a Consumer secret. It's to my understanding …

twitter binary api-key secret-key
In iOS, how can I store a secret "key" that will allow me to communicate with my server?

I want to store a secret key ("abc123") that I will use in the header of my REST API requests. …

ios security cryptography api-key secret-key
Partial credentials found in env, missing: AWS_SECRET_ACCESS_KEY

Just configured the AWS CLI on my computer with my AWS Access and Secret Key. When I try to use …

amazon-web-services aws-cli secret-key aws-ecr
How to initialize the Keystore

This my code used for usage of key store to save an arbitrary text as a key in the keystore …

java android android-keystore secret-key