8.6K results in 23 ms
7 years ago · Jun 22, 2018, 11:00 PM
keyGen = KeyGenerator.getInstance("AES"); keyGen.init(128, rand); SecretKey secretKey = keyGen.generateKey(); Cipher aes;
7 years ago · Jun 22, 2018, 10:16 PM
keyGen = KeyGenerator.getInstance("AES"); keyGen.init(128, rand); SecretKey secretKey = keyGen.generateKey(); Cipher aes;
7 years ago · Jun 22, 2018, 10:12 PM
return text.getBytes(); } public static SecretKey getSecretKey() throws NoSuchAlgorithmException { SecureRandom
7 years ago · Jun 22, 2018, 10:10 PM
return text.getBytes(); } public static SecretKey getSecretKey() throws NoSuchAlgorithmException { SecureRandom
7 years ago · Jun 22, 2018, 09:52 PM
return text.getBytes(); } public static SecretKey getSecretKey() throws NoSuchAlgorithmException { SecureRandom
7 years ago · Jun 22, 2018, 09:06 PM
as Serializer, BadSignature, SignatureExpired) SECRET_KEY = '' def generate_auth_token(): data = {'user_id':
7 years ago · Jun 22, 2018, 06:16 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · Jun 22, 2018, 05:30 PM
client = new MinioClient("https://s3.amazonaws.com", "ACCESSKEY", "SECRETKEY"); var items = client.ListObjects("bucket"); foreach
7 years ago · Jun 22, 2018, 04:02 PM
aws configure set AWS_ACCESS_KEY_ID <Access_key> aws configure set AWS_SECRET_ACCESS_KEY <secret_key> aws configure set default.region us-east-1 set /p key="Enter key:" aws s3api put-object --bucket <bucket_name> --key %key%
7 years ago · Jun 22, 2018, 12:30 PM
return content; } function getHash(websiteKey, secretKey, httpMethod, nonce, timeStamp, requestUri,
7 years ago · Jun 22, 2018, 10:22 AM
RestAddress": "0.0.0.0:6778", "SocketioAddr": "0.0.0.0:6780", "Secretkey": "secret key", "Firebase": { "ServerKey":
7 years ago · Jun 22, 2018, 09:36 AM
cbc"; Cipher cipher = Cipher.getInstance("AES/CBC/NoPadding"); SecretKey secret = new SecretKeySpec(key, "AES");
7 years ago · Jun 22, 2018, 04:14 AM
class Request(BaseRequest): @cached_property def client_session(self): data = self.cookies.get("session_data_fantasy") if not data: return SecureCookie(secret_key=SECRET_KEY) data = SecureCookie.unserialize(data, SECRET_KEY) if data.has_key("dontremember"): return SecureCookie(secret_key=SECRET_KEY) return data
7 years ago · Jun 21, 2018, 05:26 PM
parameters: _param: leonardo_{{ app_name }}_secret_key: {{ password(16) }} postgresql_leonardo_{{ app_name }}_password:
7 years ago · Jun 21, 2018, 04:22 PM
data length:(int)length; - (NSString *) base64StringWithHMACSHA1Digest:(NSString *)secretKey; @end ------------------------------------------- #import "NSStringAdditions.h" static
7 years ago · Jun 21, 2018, 02:50 PM
CommonCrypto/CommonDigest.h> #import <CommonCrypto/CommonHMAC.h> #define SECRET_KEY @"JSDKFKAFSGNSNDGN" @implementation NSString (Encryption)
7 years ago · Jun 21, 2018, 11:26 AM
used in production secret! SECRET_KEY = 'v#on6#)fp0m+tgjaj6-z9kojiql_bdp6$0dl+u%1u#7ef3^$^@' # SECURITY WARNING: don't
7 years ago · Jun 21, 2018, 11:02 AM
EXCEPTION_HANDLER': 'common.exceptions.custom_exception_handler'} ROOT_URLCONF = 'conf.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Jun 21, 2018, 06:08 AM
EXCEPTION_HANDLER': 'common.exceptions.custom_exception_handler'} ROOT_URLCONF = 'conf.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Jun 21, 2018, 05:20 AM
Chuck Harmston', 'chuck@chuckharmston.com'), ] + local.pop('ADMINS', []) SECRET_KEY = passwords['SECRET_KEY'] # ... # Dump all remaining
Total pages: 429