You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="https://user-images.githubusercontent.com/3964455/55345820-c520a280-54a8-11e9-8235-407199fa1d97.png"alt="Encryption of sensitive data"width="75%"height="75%"/>
32
33
33
34
## Usage <aname="usage"></a>
@@ -116,27 +117,28 @@ Supported RSA key formats:
116
117
*PKCS#8 PEM (starts with "-----BEGIN PRIVATE KEY-----")
117
118
* Binary DER-encoded PKCS#8
118
119
119
-
### Performing Encryption and Decryption <aname="performing-encryption-and-decryption"></a>
120
+
### Performing Payload Encryption and Decryption <aname="performing-payload-encryption-and-decryption"></a>
120
121
121
122
+[Introduction](#introduction)
122
123
+[JWE Encryption and Decryption](#jwe-encryption-and-decryption)
123
124
+[Field Level Encryption and Decryption](#field-level-encryption-and-decryption)
124
125
125
126
#### Introduction <aname="introduction"></a>
126
127
127
-
This library supports 2 different types of encryption/decryption. Field level encryption (deprecated) and JWE encryption.
128
+
This library supports 2 different types of encryption/decryption. Field level encryption (scheme designed before JWE was introduced) and JWE encryption.
128
129
129
130
#### JWE Encryption and Decryption <aname="jwe-encryption-and-decryption"></a>
130
131
131
132
+[Introduction](#jwe-introduction)
132
133
+[Configuring the JWE Encryption](#configuring-the-jwe-encryption)
0 commit comments