8.6K results in 22 ms
6 years ago · Aug 29, 2019, 08:00 AM
function useLocalStorage(a: string) { return 'secretKey' + a }
6 years ago · Aug 28, 2019, 08:28 PM
pub fn encrypt_privatekey(key_store_path: &Path, public_key: PublicKey, secret_key: SecretKey ){ let _ = write_key_file(key_store_path, public_key, secret_key); //code let key_file = get_key_file(key_store_path, public_key) }
6 years ago · Aug 28, 2019, 06:06 PM
pub fn encrypt_privatekey(key_store_path: &Path, public_key: PublicKey, secret_key: SecretKey ) { let _ = write_key_file(key_store_path, public_key, secret_key); // code let key_file = get_key_file(key_store_path, public_key) }
6 years ago · Aug 28, 2019, 06:06 PM
pub fn encrypt_privatekey(key_store_path: &Path, public_key: PublicKey, secret_key: SecretKey ) { let _ = write_key_file(key_store_path, public_key, secret_key); // code let key_file = get_key_file(key_store_path, public_key) }
6 years ago · Aug 28, 2019, 06:04 PM
pub fn encrypt_privatekey(key_store_path: &Path, public_key: PublicKey, secret_key: SecretKey ) { let _ = write_key_file(key_store_path, public_key, secret_key); // code let key_file = get_key_file(key_store_path, public_key) }
6 years ago · Aug 28, 2019, 06:02 PM
pub fn encrypt_privatekey(key_store_path: &Path, public_key: PublicKey, secret_key: SecretKey ) { let _ = write_key_file(key_store_path, public_key, secret_key); // code let key_file = get_key_file(key_store_path, public_key) }
6 years ago · Aug 28, 2019, 10:14 AM
user": "dev", "access_key": "JMGCA5MXGKWG30K69B9Z", "secret_key": "g9PNwcQaIOqmHhoO7c1DtzK4SNa7SGzoqYhJ2DDr" } ], "swift_keys": [], "caps": [], "op_mask":
6 years ago · Aug 28, 2019, 08:12 AM
RESULT_BACKEND = 'redis://localhost:6379/3' ROOT_URLCONF = 'project.urls' SECRET_KEY = '********************' SECRET_MTA_TOKEN = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
6 years ago · Aug 28, 2019, 07:38 AM
of File using DES"); SecretKey key=KeyGenerator.getInstance("DES").generateKey(); DESFile encrypter=new DESFile(key);
6 years ago · Aug 28, 2019, 06:00 AM
config app.config.update( DEBUG = True, SECRET_KEY = 'secret_xyz' ) # flask-login login_manager = LoginManager()
6 years ago · Aug 28, 2019, 05:56 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
6 years ago · Aug 28, 2019, 04:48 AM
public static function createSignature(array $params=[], string $algo='SHA256'): string { $SECRET_KEY = env('SIGNATURE_SECRET_KEY'); ksort($params); $paramString = implode('', $params); return hash('SHA256', $paramString . $SECRET_KEY); }
6 years ago · Aug 27, 2019, 06:06 PM
admin secrets: - fieldName: token secretKey: tokenKey secretName: target-cluster-secrets - fieldName:
6 years ago · Aug 27, 2019, 01:08 PM
gameId' => $gameId, 'channelId' => $channelId, 'secretKey' => sha1( $lineUps->getHomeTeamAttacker()->getPlayerId() . $lineUps->getHomeTeamAttacker()->getName() . $lineUps->getHomeTeamDefender()->getPlayerId()
6 years ago · Aug 27, 2019, 12:40 PM
JsonWebToken { private String key = "secret_key"; private String jwt; public
6 years ago · Aug 27, 2019, 05:18 AM
REST_SESSION_LOGIN = False ROOT_URLCONF = 'crom_platform.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Aug 27, 2019, 02:14 AM
DATABASE_FILE': FILE, 'SQLALCHEMY_DATABASE_URI': f'sqlite:///{FILE}', 'SECRET_KEY': '123456790', 'SQLALCHEMY_ECHO': True, 'SECURITY_PASSWORD_SALT':
6 years ago · Aug 26, 2019, 09:44 PM
val hash = hash_alg(data, secret_key) // Step 4 val signature = base64UrlEncode(hash) // Step 5
6 years ago · Aug 26, 2019, 09:20 PM
val hash_of_rcvd_data = hash_alg(rcvd_data, secret_key) // Step 4 val expected_signature = base64UrlEncode(hash_of_rcvd_data) // Step 5
Total pages: 429