• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved.
3#
4# Licensed under the OpenSSL license (the "License").  You may not use
5# this file except in compliance with the License.  You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
9Password = ""
10Salt = ""
11N = 16
12r = 1
13p = 1
14Key = 77d6576238657b203b19ca42c18a0497f16b4844e3074ae8dfdffa3fede21442fcd0069ded0948f8326a753a0fc81f17e8d3e0fb2e0d3628cf35e20c38d18906
15
16Password = "password"
17Salt = "NaCl"
18N = 1024
19r = 8
20p = 16
21Key = fdbabe1c9d3472007856e7190d01e9fe7c6ad7cbc8237830e77376634b3731622eaf30d92e22a3886ff109279d9830dac727afb94a83ee6d8360cbdfa2cc0640
22
23Password = "pleaseletmein"
24Salt = "SodiumChloride"
25N = 16384
26r = 8
27p = 1
28Key = 7023bdcb3afd7348461c06cd81fd38ebfda8fbba904f8e3ea9b543f6545da1f2d5432955613f0fcf62d49705242a9af9e61e85dc0d651e40dfcf017b45575887
29
30# NB: this test requires more than 1GB of memory to run so it is disabled by
31# default. Uncomment it to run.
32# Password = "pleaseletmein"
33# Salt = "SodiumChloride"
34# N = 1048576
35# r = 8
36# p = 1
37# Key = 2101cb9b6a511aaeaddbbe09cf70f881ec568d574a2ffd4dabe5ee9820adaa478e56fd8f4ba5d09ffa1c6d927c40f4c337304049e8a952fbcbf45c6fa77a41a4
38# MaxMemory = 10000000000
39