8.6K results in 27 ms
8 years ago · Jan 19, 2018, 11:20 PM
used in production secret! SECRET_KEY = config('SECRET_KEY') # SECURITY WARNING: don't
8 years ago · Jan 19, 2018, 08:40 PM
provider aws { access_key = "..." secret_key = "..." region = "us-east-1" } resource "aws_vpc"
8 years ago · Jan 19, 2018, 05:04 PM
PBEKeySpec(userPin.toCharArray(), salt, 10000, 128); SecretKey tmp = factory.generateSecret(mykeySpec); SecretKeySpec mySecretkey
8 years ago · Jan 18, 2018, 11:20 PM
used in production secret! SECRET_KEY = 't+0+*wo*!t_)dz@7_8jxep4$o7ef39mjrq%9v&0&=jya^g*w1e' # SECURITY WARNING: don't
8 years ago · Jan 18, 2018, 04:06 PM
basedir = os.path.abspath(os.path.dirname(__file__)) class Config: SECRET_KEY = os.environ.get('SECRET_KEY') or 'a-key' SQLALCHEMY_DATABASE_URI
8 years ago · Jan 18, 2018, 03:00 PM
basedir = os.path.abspath(os.path.dirname(__file__)) class Config: SECRET_KEY = os.environ.get('SECRET_KEY') or 'a-key' SQLALCHEMY_DATABASE_URI
8 years ago · Jan 18, 2018, 12:16 PM
key = new X509SecurityKey(certificatePfx); //var secretKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(referer.ClientSigningSecret)); //var securityKey
8 years ago · Jan 18, 2018, 12:16 PM
DEFAULT_RENDERER_CLASSES': ('rest_framework.renderers.JSONRenderer',)} ROOT_URLCONF = 'microfinance.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
8 years ago · Jan 18, 2018, 10:54 AM
RSO_SERVER_DICT_ENDPOINT = 'http://tx.rco.ru/updateCats/' RSO_SERVER_PETITION_ENDPOINT = 'http://tx.rco.ru/docTasks/' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
8 years ago · Jan 18, 2018, 10:04 AM
key from it keyStore.load(null); SecretKey secretKey = (SecretKey) keyStore.getKey(KEY_STORE_NAME, null);
8 years ago · Jan 18, 2018, 09:40 AM
bool SendData(string id, string secretKey, FakeData data) { var idProcess
8 years ago · Jan 18, 2018, 09:04 AM
ROOT_URLCONF = 'config.urls' RSO_SERVER_DICT_ENDPOINT = '' RSO_SERVER_PETITION_ENDPOINT = '' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
8 years ago · Jan 18, 2018, 08:28 AM
2000, verify_issuer: true, # optional secret_key: "ednkXywWll1d2svDEpbA39R5kfkc9l96j0+u7A8MgKM+pbwbeDsuYB8MP2WUW1hf", # Insert previously generated
8 years ago · Jan 18, 2018, 02:08 AM
byte[] secretDecoded = Base64.getDecoder().decode(secret); SecretKeySpec secret_key = new SecretKeySpec(secretDecoded, "HmacSHA256"); sha256_HMAC.init(secret_key);
8 years ago · Jan 17, 2018, 08:06 PM
System.out.println(secKey); byte[] decodedKey = Base64.getDecoder().decode(line); SecretKey secKey = new SecretKeySpec(decodedKey, "AES");
8 years ago · Jan 17, 2018, 04:44 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
8 years ago · Jan 17, 2018, 04:18 PM
String encodedKey = Base64.getEncoder().encodeToString(secKey.getEncoded()); byte[] decodedKey = Base64.getDecoder().decode(line); SecretKey secKey = new SecretKeySpec(decodedKey, "AES");` Exception in thread "main" java.security.InvalidKeyException: unsupported type at de.flexiprovider.api.BlockCipher.engineInit(BlockCipher.java:165) at de.flexiprovider.api.Cipher.engineInit(Cipher.java:68) at javax.crypto.Cipher.init(Cipher.java:1246) at javax.crypto.Cipher.init(Cipher.java:1186) at server.main(server.java:93)
8 years ago · Jan 17, 2018, 01:52 AM
used in production secret! SECRET_KEY = 'e3d)3&+&3!xkh_zz_l@uc9ly8uh@wio1g+zh59_mt&v-0xyubp' # SECURITY WARNING: don't
8 years ago · Jan 16, 2018, 05:04 PM
share it with anybody. SECRET_KEY = get_from_env('SECRET_KEY', 'replaceme') # If debug
Total pages: 429