8.6K results in 40 ms
6 years ago · Feb 12, 2019, 11:04 PM
KeyGenerator kg = KeyGenerator.getInstance("AES"); kg.init(AES_KEY_SIZE); SecretKey key = kg.generateKey(); byte[] counter
6 years ago · Feb 12, 2019, 11:04 PM
import boto3 ACCESS_KEY = os.environ.get('ACCESS_KEY') SECRET_KEY = os.environ.get('SECRET_KEY') ENDPOINT='http://zenko.dev.tmacs.space' BUCKET = 'test'
6 years ago · Feb 12, 2019, 11:02 PM
import boto3 ACCESS_KEY = os.environ.get('ACCESS_KEY') SECRET_KEY = os.environ.get('SECRET_KEY') ENDPOINT='http://zenko.dev.tmacs.space' BUCKET = 'test'
6 years ago · Feb 12, 2019, 10:20 PM
secret key here. var secretKey = process.env.CAPTCHA_KEY_PORTFOLIO; // req.connection.remoteAddress will provide
6 years ago · Feb 12, 2019, 08:02 PM
raw = openssl_encrypt( $plainText, static::CIPHER, $secretKey, OPENSSL_RAW_DATA, $initVector ); $result = base64_encode($initVector
6 years ago · Feb 12, 2019, 06:34 PM
esc_html( wprentals_get_option('wp_estate_stripe_publishable_key','') ); $stripe = array( "secret_key" => $stripe_secret_key, "publishable_key" => $stripe_publishable_key ); Stripe::setApiKey($stripe['secret_key']);
6 years ago · Feb 12, 2019, 06:00 PM
output = false; $encrypt_method = "AES-256-CBC"; $secret_key = 'This is my secret
6 years ago · Feb 12, 2019, 04:54 PM
ivspec = new IvParameterSpec(Arrays.copyOf(KEY.getBytes(),16)); SecretKeySpec secretKey = new SecretKeySpec(encodedhash, AES_ENCRYPTION_ALGORITHM); Cipher
6 years ago · Feb 12, 2019, 02:16 PM
{ "SecretKey": "this is the secret key", "Logging": { "LogLevel": { "Default": "Warning" } }, "AllowedHosts": "*" }
6 years ago · Feb 12, 2019, 11:24 AM
match relative to .gitignore secret/key # secret/key, NOT docs/secret/key doc/*.html
6 years ago · Feb 12, 2019, 11:04 AM
ROOT_URLCONF = 'conf.customers.urls' SEARCH_MAX_RESULTS = 20 SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Feb 12, 2019, 12:06 AM
self::ralloc::ZeroDropBox; fn main () { let secret_key = ZeroDropBox::from([42_u8; 16]); dbg!(&secret_key as
6 years ago · Feb 11, 2019, 11:32 PM
fn main () { let mut secret_key = ZeroDropBox::from([42_u8; 16]); dbg!(&secret_key as
6 years ago · Feb 11, 2019, 06:18 PM
encrypt: "); originalMessage = originalMessage.toLowerCase(); var secretKey = readInt("Enter the number you'd
6 years ago · Feb 11, 2019, 04:16 PM
random(); String url = "/?auth" + secretKey + "&hujan_menit=" + hujan_menit + "&hujan_total=" + hujan_total;
6 years ago · Feb 11, 2019, 10:38 AM
14,)), ('mynameflow.campaigns.notices.RemindUserCampaignScheduleInfoNotice', (1,)), ('mynameflow.prospects.notices.RecruitingResultsNotice', ())]} SECRET_KEY = u'********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF
6 years ago · Feb 11, 2019, 09:00 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
6 years ago · Feb 11, 2019, 08:32 AM
pbeParamSpec = new PBEParameterSpec(salt, 5); SecretKey pbeKey = SecretKeyFactory.getInstance("PBEWithMD5AndDES").generateSecret(new PBEKeySpec(password.toCharArray())); Cipher
6 years ago · Feb 11, 2019, 04:22 AM
group.paramgen(secparam=1024) pai = Pai99(group) (public_key, secret_key) = pai.keygen() a=public_key['g'] print(public_key['n2']) msg_1
6 years ago · Feb 11, 2019, 03:46 AM
end def decrypt(code, public_key, secret_key) c = code n = public_key.split(":").first.to_i
Total pages: 429