-
-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(dev/core#2258) Read+write SMTP password using 'crypto.token'
Before ------ The format of the 'smtpPassword' subfield depends on the available PECL extensions: * The field is ciphertext... if PHP has `mcrypt` enabled * The field is plaintext... if PHP has `mcrypt` disabled After ----- The format of the `smtpPassword` subfield is specified by `crypto.token` which means: * The field is ciphertext... if it begins with `chr(2)` * The field is plaintext... if it begins with any printable character
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters