Lines Matching full:phrase

77 This means that for an object that was encrypted using a pass phrase encoded in
78 ISO\-8859\-1, that object needs to be decrypted using a pass phrase encoded in
83 PKCS#12 is a bit different regarding pass phrase encoding.
84 The standard stipulates that the pass phrase shall be encoded as an ASN.1
90 Treats the received pass phrase as UTF\-8 encoded and tries to re-encode it to
95 Assumes that the pass phrase is encoded in ASCII or ISO\-8859\-1 and
100 UTF\-16 characters that do not correspond to the original pass phrase characters
110 A pass phrase encoded in ISO\-8859\-2 could very well have a sequence such as
114 SMALL LETTER I WITH DIAERESIS) \fIif the pass phrase doesn't contain anything that
116 A pass phrase that contains this kind of byte sequence will give a different
129 potentially protected with a pass phrase, a PIN or something else.
131 other pass phrase encoding may give undefined results.
137 This section assumes that you know what pass phrase was used for encryption,
140 For example, the pass phrase may have been used at a time when your default
147 mentioned encoding when you type in your pass phrase, or use some suitable tool
148 to convert your pass phrase from your default encoding to the target encoding.
159 For creating new pass phrase protected objects, make sure the pass phrase is
168 For opening pass phrase protected objects where you know what character
169 encoding was used for the encryption pass phrase, make sure to use the same
172 For opening pass phrase protected objects where the character encoding that was
176 Try the pass phrase that you have as it is in the character encoding of your
180 Convert the pass phrase to UTF\-8 and try with the result.