8.6K results in 34 ms
6 years ago · Jul 02, 2019, 11:46 PM
const fs = require('graceful-fs'); const SECRET_KEY = 'Electron 69'; let recorder;
6 years ago · Jul 02, 2019, 11:08 PM
id .... 8 byte number entropy .... 4, 8, 12, 16 byte random value secret-key .... 16 byte high quality random key Primitives: AES-CTR(iv, key) HMAC_SHA256(key, data) HKDF-Expand(PRK, info, L) -> OKM
6 years ago · Jul 02, 2019, 12:24 PM
var accessKey = "my key"; var secretKey = "my secret key"; IAmazonS3 client = new AmazonS3Client(accessKey, secretKey, RegionEndpoint.USEast1); S3DirectoryInfo dir = new S3DirectoryInfo(client, "mybucketname", "foldername"); foreach (IS3FileSystemInfo file in dir.GetFileSystemInfos()) { filename= file.Name; }
6 years ago · Jul 02, 2019, 11:20 AM
ivspec = new IvParameterSpec(iv); Key secretKey = new SecretKeySpec(key_Array, "AES"); cipher.init(Cipher.ENCRYPT_MODE,
6 years ago · Jul 02, 2019, 09:32 AM
registry['storage'] = { # 's3' => { # 'accesskey' => 'AKIAKIAKI', # 'secretkey' => 'secret123', # 'bucket' => 'gitlab-registry-bucket-AKIAKIAKI' # } # } ### Registry
6 years ago · Jul 01, 2019, 11:42 PM
private static final String SECRET_KEY = "p3tr1c0r"; public static String
6 years ago · Jul 01, 2019, 09:04 PM
07-01 20:55:29.801 13537-13563/io.gamecash.app D/OkHttp: SECRET_KEY = '********************' 07-01 20:55:29.801 13537-13563/io.gamecash.app D/OkHttp:
6 years ago · Jul 01, 2019, 02:18 PM
PAGE_SIZE': 10} ROOT_URLCONF 'config.urls' SECRET_KEY '********************' SECURE_BROWSER_XSS_FILTER False SECURE_CONTENT_TYPE_NOSNIFF False
6 years ago · Jul 01, 2019, 02:16 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
6 years ago · Jul 01, 2019, 01:18 PM
defaultStrategy: 'jwt' }), JwtModule.register({ secret: 'secretKey', signOptions: { expiresIn: 3600, }, }), UserModule,
6 years ago · Jul 01, 2019, 11:58 AM
PBEKeySpec(password, SALT.getBytes(), ITERATIONS, KEY_LENGTH); SecretKey key = secretKeyFactory.generateSecret(spec); return key.getEncoded();
6 years ago · Jul 01, 2019, 09:00 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'https://karir.work/school' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Jul 01, 2019, 08:04 AM
crate libsecp256k1_rs; use libsecp256k1_rs::{ SecretKey, PublicKey }; #[allow(non_snake_case)] fn main()
6 years ago · Jul 01, 2019, 08:02 AM
crate libsecp256k1_rs; use libsecp256k1_rs::{ SecretKey, PublicKey }; #[allow(non_snake_case)] fn main()
6 years ago · Jul 01, 2019, 07:40 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'https://karir.work/school' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Jul 01, 2019, 07:20 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'https://karir.work/school' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Jul 01, 2019, 07:06 AM
ROOT_URLCONF = 'career_support_api.urls' SCHOOL_PORTAL_URL = 'https://karir.work/school' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
6 years ago · Jul 01, 2019, 05:12 AM
new String(cipher.doFinal(encryptedData), "UTF-8"); } private SecretKey getSecretKey(final String alias) throws
Total pages: 429