8.6K results in 41 ms
7 years ago · Oct 17, 2018, 12:12 PM
ROSETTA_SHOW_AT_ADMIN_PANEL True ROSETTA_STORAGE_CLASS 'rosetta.storage.CacheRosettaStorage' SECRET_KEY '********************' SECURE_BROWSER_XSS_FILTER False SECURE_CONTENT_TYPE_NOSNIFF False
7 years ago · Oct 17, 2018, 11:36 AM
Cipher", e); } try { keyStore.load(null); SecretKey key = (SecretKey) keyStore.getKey(KEY_NAME, null);
7 years ago · Oct 17, 2018, 11:36 AM
ROSETTA_SHOW_AT_ADMIN_PANEL = True ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Oct 17, 2018, 10:58 AM
ROSETTA_SHOW_AT_ADMIN_PANEL = True ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Oct 17, 2018, 07:18 AM
ROSETTA_SHOW_AT_ADMIN_PANEL = True ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Oct 16, 2018, 05:54 PM
B << endl; K=mod_aX(A,b,p); cout << "SecretKey A:" << K << endl; K=mod_aX(B,a,p);
7 years ago · Oct 16, 2018, 01:28 PM
sentence = inFromUser.readLine(); final String secretKey = "ssshhhhhhhhhhh!!!!"; String originalString = "howtodoinjava.com";
7 years ago · Oct 16, 2018, 01:28 PM
Main2 { private static SecretKeySpec secretKey; private static byte[] key;
7 years ago · Oct 16, 2018, 01:26 PM
clientSentence = inFromClient.readLine(); final String secretKey = "ssshhhhhhhhhhh!!!!"; String originalString = "howtodoinjava.com";
7 years ago · Oct 16, 2018, 01:26 PM
Main2 { private static SecretKeySpec secretKey; private static byte[] key;
7 years ago · Oct 15, 2018, 06:34 PM
def get_hexdigest(salt, plaintext): return sha256(salt + plaintext).hexdigest() SECRET_KEY = 's3cr3t' def make_password(plaintext, service): salt = get_hexdigest(SECRET_KEY, service)[:20] hsh = get_hexdigest(salt, plaintext) return ''.join((salt, hsh))
7 years ago · Oct 15, 2018, 01:32 PM
price = models.IntegerField() description = models.TextField(null=True) secretKey = models.CharField(max_length=10, default=secret, editable=False) import
7 years ago · Oct 15, 2018, 01:20 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · Oct 14, 2018, 05:02 AM
#in application.py file app = Flask(__name__, instance_relative_config=True) app.config.from_object(app_config) app.config.from_pyfile('config.py') #in config.py file class Config(object): DEBUG = True SQLALCHEMY_ECHO = True app_config = Config # in instance/config.py SECRET_KEY = '........' SQLALCHEMY_DATABASE_URI = 'mysql://root:.......' SQLALCHEMY_DATABASE_URI = os.getenv('SQLALCHEMY_DATABASE_URI', 'sqlite:////tmp/your_default.db')
7 years ago · Oct 14, 2018, 04:44 AM
CloudStackApiSignatureBuilder(object): def __init__(self, apikey, secretkey): self.apikey = apikey self.secretkey = secretkey
7 years ago · Oct 14, 2018, 03:30 AM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
7 years ago · Oct 14, 2018, 01:10 AM
p, int code){ String secretkey = Hub.getInstance().getConfig().getString("authcodes." + p.getUniqueId()); GoogleAuthenticator gAuth
7 years ago · Oct 13, 2018, 06:18 PM
2 Hours", 1956 => "interkassa secret_key = ", 4357 => "hours", 6577 => "%02x",
7 years ago · Oct 13, 2018, 05:56 PM
public function onSubmitPayForm() { $stripe = [ 'secret_key' => $this->property('stripe_secret_key'), 'publishable_key' => $this->property('stripe_publishable_key') ]; \Stripe\Stripe::setApiKey($stripe['secret_key']);
7 years ago · Oct 13, 2018, 03:54 PM
media_url=settings.MEDIA_URL, ): #self.accesskey = accesskey #self.secretkey = secretkey #self.prefix = prefix #self.media_root = media_root
Total pages: 429