8.6K results in 26 ms
7 years ago · Mar 28, 2018, 10:36 AM
form> <? function encrypt_decrypt($action, $string, $secret_key, $encrypt_method, $iv) { $output = false;
7 years ago · Mar 28, 2018, 10:16 AM
secureRandom = new SecureRandom(); private SecretKey secretKey; private Cipher cipher;
7 years ago · Mar 28, 2018, 09:30 AM
KQUEEN_PROMETHEUS_WHITELIST: '172.16.238.0/24' # TODO: set SECRET_KEY KQUEEN_SECRET_KEY: 'SecretSecretSecret123' BOOTSTRAP_ADMIN: 'True'
7 years ago · Mar 28, 2018, 08:46 AM
String msg = "Message"; String ACCESS_KEY = ""; String SECRET_KEY = ""; BasicAWSCredentials credentials = new BasicAWSCredentials(ACCESS_KEY, SECRET_KEY); AmazonSNSClient snsClient = new AmazonSNSClient(new AWSStaticCredentialsProvider(credentials)); snsClient.setRegion(Region.getRegion(Regions.MyRegion)); String topicArn = "topic arn"; PublishRequest publishRequest = new PublishRequest(topicArn, msg); snsClient.publish(publishRequest);
7 years ago · Mar 28, 2018, 07:34 AM
DEFAULT_FILTER_BACKENDS': ('django_filters.rest_framework.DjangoFilterBackend',)} ROOT_URLCONF = 'calculator.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Mar 28, 2018, 07:32 AM
inicializovat a použÃt --- (4) SecretKey originalKey = new SecretKeySpec(bKey, 0,
7 years ago · Mar 28, 2018, 07:10 AM
RUNNING_CI_TESTS = False SCORING_SIMULATION = True SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
7 years ago · Mar 28, 2018, 06:26 AM
enum EncryptMoreThn256Byte { INSTANCE; private SecretKey secKey; // private String ACCESS_TOKEN
7 years ago · Mar 28, 2018, 04:56 AM
ENV DJANGO_SETTINGS_MODULE config.settings.production ENV SECRET_KEY 1 ARG DBUSER ARG
7 years ago · Mar 28, 2018, 03:26 AM
swapID", "type": "bytes32" }, { "name": "_secretKey", "type": "bytes" } ], "name": "close",
7 years ago · Mar 28, 2018, 03:10 AM
swapID", "type": "bytes32" }, { "name": "_secretKey", "type": "bytes" } ], "name": "close",
7 years ago · Mar 27, 2018, 09:54 PM
import wraps import uuid SECRET_KEY = 'mySecretKey' app = Flask(__name__) app.config.from_object(__name__)
7 years ago · Mar 27, 2018, 08:34 PM
'Content-Type: application/json' http://your-neptune-endpoint:8182/loader -d ' { "source" : "s3://neptune-us-east-1/tinkerpopmodern/", "format" : "csv", "accessKey" : "access-key-id", "secretKey" : "secret-key", "region" : "us-east-1", "failOnError" : "FALSE", "mode" : "NEW" }'
7 years ago · Mar 27, 2018, 05:20 PM
swapID", "type": "bytes32" }, { "name": "_secretKey", "type": "bytes" } ], "name": "close",
7 years ago · Mar 27, 2018, 03:24 PM
used in production secret! SECRET_KEY = 'jd4r$y$-l&-^xr47jvuwxb2e9zz=f#7y=)7wo1(=gko#$$w-to' # SECURITY WARNING: don't
7 years ago · Mar 27, 2018, 02:34 PM
SQLALCHEMY_DATABASE_URI = 'sqlite:///2028.sqlite', DEBUG = True, SECRET_KEY = 'secret' ) app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False # initialize
7 years ago · Mar 27, 2018, 02:00 PM
SQLALCHEMY_DATABASE_URI = 'sqlite:///2028.sqlite', DEBUG = True, SECRET_KEY = 'secret' ) app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False # initialize
7 years ago · Mar 27, 2018, 10:26 AM
strKey = generateEncKey(salt, encrandomKey, ostype); SecretKey key = new SecretKeySpec(Base64.decodeBase64(strKey), "AES");
7 years ago · Mar 27, 2018, 08:44 AM
name, dcmp.right) def import_gpg_keys(public_key, secret_key): bash_import_public_key_command = "gpg -q --import
7 years ago · Mar 27, 2018, 08:08 AM
access_id = Variable.get("AWS_ACCESS_KEY") bucket_name = 'cb-scrapinghub' secret_key = Variable.get("AWS_SECRET_KEY") timestamp = datetime.now().strftime("%Y-%m-%d-%H:%M:%S") default_args
Total pages: 429