8.6K results in 23 ms
9 years ago · Oct 03, 2016, 09:56 PM
cipher; cipher = Cipher.getInstance(ALGORITHM); cipher.init(Cipher.DECRYPT_MODE, secretKey); byte[] result = cipher.doFinal(cryptData.getBytes()); decript
9 years ago · Oct 03, 2016, 08:02 PM
string accessKey = "XXXXXXXXXXX"; string secretKey = "122334XXXXXXXXXX"; AmazonS3 client; using
9 years ago · Oct 03, 2016, 05:28 PM
final int blockSize = cipher.getBlockSize(); SecretKey secretKey = readKeyFile(...); byte[] plainTextByte
9 years ago · Oct 03, 2016, 04:54 PM
rest_framework.authentication.TokenAuthentication', 'rest_framework.authentication.SessionAuthentication')} ROOT_URLCONF = 'naturedrinkbackend.urls' SECRET_KEY = u'********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
9 years ago · Oct 03, 2016, 07:34 AM
final int blockSize = cipher.getBlockSize(); SecretKey secretKey = readKeyFile(authenticationTag); byte[] plainTextByte
9 years ago · Oct 02, 2016, 09:52 PM
SQLALCHEMY_DATABASE_URI = "mysql://root:ubuntu@localhost/fr" SQLALCHEMY_TRACK_MODIFICATIONS = True SECRET_KEY = '1837bc2c546d46c705204cf9f857b90b1dbffd2a7988451670119945ba39a10b' SESSION_SQLALCHEMY_TABLE = 'sessions' SESSION_TYPE
9 years ago · Oct 02, 2016, 06:38 PM
unexported example.go:26:1: exported function SecretKey should have comment or
9 years ago · Oct 01, 2016, 06:28 PM
output = false; $encrypt_method = "AES-256-CBC"; $secret_key = 'wrtzfgxyxcvbgjzgtfrdsaswerhdtgjfkgl'; $secret_iv = 'eqwgrsthdzfghjgfddsdawretsdw'; $key
9 years ago · Oct 01, 2016, 05:00 PM
KeyGenerator keyGen = KeyGenerator.getInstance("AES"); keyGen.init(128); SecretKey secretKey = keyGen.generateKey(); Cipher aesCipher
9 years ago · Oct 01, 2016, 12:41 PM
passphrase, String plaintext) { try { SecretKey key = generateKey(salt, passphrase); byte[]
9 years ago · Oct 01, 2016, 12:41 PM
passphrase, String plaintext) { try { SecretKey key = generateKey(salt, passphrase); byte[]
9 years ago · Oct 01, 2016, 12:40 PM
user_id; private $hmac_algo; private $secret_key; private $public_key; private $connection;
9 years ago · Oct 01, 2016, 06:30 AM
to encrypt session cookies. SECRET_KEY = 'secret' # There are three
9 years ago · Oct 01, 2016, 12:18 AM
playJackpot() { requestify.post('http://' + config.domain + '/bot-api/jackpot/getGame', { secretKey: config.secretKey }).then(function (response) { var
9 years ago · Sep 30, 2016, 08:08 PM
in __init__ raise ImproperlyConfigured("The SECRET_KEY setting must not be
9 years ago · Sep 30, 2016, 11:12 AM
7", "credential": { "accessKey": "Q3AM3UQ546GPQQA43E6D", "secretKey": "rma+tfteSlswJu7BJ86wekfutifILbZam1KZZ3TG" }, "region": "us-east-1", "logger":
9 years ago · Sep 30, 2016, 09:22 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Sep 30, 2016, 08:06 AM
i username * vracam token * secretkey sluzi za sifrovanje tokena
9 years ago · Sep 30, 2016, 08:04 AM
i username * vracam token * secretkey sluzi za sifrovanje tokena
Total pages: 429