8.6K results in 24 ms
5 years ago · Apr 13, 2020, 12:22 PM
used in production secret! SECRET_KEY = 'vdi9ky(ne+$fjlx%8@5eut%o1v7lo%h(dy^)!z^0wu7aqm$rj9' # SECURITY WARNING: don't
5 years ago · Apr 11, 2020, 12:58 PM
void Main(string[] args) { string secretKey = "supersecretpassword"; string keyInput; int
5 years ago · Apr 10, 2020, 09:34 AM
DESKeySpec(key.getBytes()); SecretKeyFactory skf = SecretKeyFactory.getInstance("DES"); SecretKey desKey = skf.generateSecret(dks); Cipher cipher
5 years ago · Apr 09, 2020, 10:08 PM
init(512) generateKey() }.encoded val secretKey = with(KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES, "AndroidKeyStore")) { init(KeyGenParameterSpec.Builder(DATABASE_KEY_ALIAS, KeyProperties.PURPOSE_ENCRYPT
5 years ago · Apr 09, 2020, 04:46 AM
opening account with 2C2P $secretKey = "7jYcp4FxFdf0"; //Get SecretKey from 2C2P
5 years ago · Apr 08, 2020, 10:52 PM
used in production secret! SECRET_KEY = "eoxm)9x(+c(mt+w(ny+(@e&$rkt*%l-_=##g1)-5pa2xn23oky" # SECURITY WARNING: don't
5 years ago · Apr 08, 2020, 10:36 PM
id callback_uri = reverse('address_webhook', kwargs={ 'secret_key': WEBHOOK_SECRET_KEY, # hack for rare
5 years ago · Apr 06, 2020, 06:26 AM
timeStart) * 1000)} microseconds]\r\n` ) const secretKey = keyGenerator.getSecretKey() const publicKey = keyGenerator.getPublicKey()
5 years ago · Apr 05, 2020, 06:52 PM
с ошибкой ImproperlyConfigured если SECRET_KEY не указан в environ
5 years ago · Apr 04, 2020, 03:48 AM
import os class BaseConfig(object): DEBUG = False SECRET_KEY = "\xc6\x0e\xc45'\xd0\xafi\x06{\x14\x88" SQLALCHEMY_DATABASE_URI = os.environ['DATABASE_URL'] SQLALCHEMY_TRACK_MODIFICATIONS = False class DevelopmentConfig(BaseConfig): DEBUG = True class ProductionConfig(BaseConfig): DEBUG = False
5 years ago · Apr 02, 2020, 01:14 PM
secretKey: 'wSjsMoLcFruCjOSXhqtnJbpQDsjGwJTygTTuSquOozIUZpZpbjFTKmmXeIeAKCNRkLwqjIfnwhDpBQDzXSzNLKoUuZaUOoRkOEnwaKMUSzkBDPdSrROcEVzgoTotgqLX' kickMessage: '&c&l# &7Please connect via &amc.canonet.online:25577&7!' createVoidWorld: true captchaMap: message: 'Your captcha code is' padding: message: [12, 10] captcha: [45, 25] icon: [15, 35]
5 years ago · Apr 02, 2020, 01:06 PM
your BungeeCord server: https://www.spigotmc.org/resources/57191/ secret-key: wSjsMoLcFruCjOSXhqtnJbpQDsjGwJTygTTuSquOozIUZpZpbjFTKmmXeIeAKCNRkLwqjIfnwhDpBQDzXSzNLKoUuZaUOoRkOEnwaKMUSzkBDPdSrROcEVzgoTotgqLX default-skin: Jakubson # This
5 years ago · Apr 02, 2020, 10:58 AM
DEFAULT_PERMISSION_CLASSES': ['rest_framework.permissions.AllowAny']} ROOT_URLCONF = 'antipublic.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
5 years ago · Apr 02, 2020, 04:05 AM
PBEKeySpec(string.toCharArray(), "pinch_of_salt".getBytes(StandardCharsets.UTF_8), 65536, 128); SecretKey secretKey = secretKeyFactory.generateSecret(pBEKeySpec); SecretKeySpec secretKeySpec
5 years ago · Apr 02, 2020, 03:12 AM
PBEKeySpec(string.toCharArray(), "pinch_of_salt".getBytes(StandardCharsets.UTF_8), 65536, 128); SecretKey secretKey = secretKeyFactory.generateSecret(pBEKeySpec); SecretKeySpec secretKeySpec
5 years ago · Apr 01, 2020, 11:24 PM
define( 'PASSWORD', 'anaqeed@123' ); define( 'SECRET_KEY', '77995d3e6232b329dc9bc3cbe6b7685d11c742dca5dbaa8ede0fbf052dc307ef' ); ------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------ // Generate trackID $characters
5 years ago · Apr 01, 2020, 09:12 PM
USER DATA SAFE!! # @FDEWREWR&*( SECRET_KEY = CshVBrRiepuzusoqgNu4oMtO3eEs6q28eQMxFwG7fd98shMMWyD5PJSYlCeR0RWk ; How long to
5 years ago · Apr 01, 2020, 08:48 PM
log: PHP Notice: Constant SECRET_KEY already defined in /var/www/h8255/data/www/portapro.metrone.cf/bot/conf.php
5 years ago · Apr 01, 2020, 08:46 PM
log: PHP Notice: Constant SECRET_KEY already defined in /var/www/h8255/data/www/portapro.metrone.cf/bot/conf.php
5 years ago · Apr 01, 2020, 02:36 PM
S3Client::factory(array( 'key' => ACCESS_KEY, 'secret' => SECRET_KEY )); // método putObject envia os
Total pages: 429