X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Finterfaces%2Fstreams%2Fcrypto%2Fclass_EncryptableStream.php;h=7f20dc669e4f3b9f0079bb0bd9aa82ab0993c118;hp=c8849660298c904798c05daac6b7c0fa74bdb4c1;hb=b002c5909aa0f781505dde5414964b0f014cde01;hpb=78a010fef84895720e796842208f01dfb619c332 diff --git a/framework/main/interfaces/streams/crypto/class_EncryptableStream.php b/framework/main/interfaces/streams/crypto/class_EncryptableStream.php index c8849660..7f20dc66 100644 --- a/framework/main/interfaces/streams/crypto/class_EncryptableStream.php +++ b/framework/main/interfaces/streams/crypto/class_EncryptableStream.php @@ -1,9 +1,12 @@ * @version 0.0.0 @@ -25,6 +28,11 @@ namespace CoreFramework\Stream\Crypto; * along with this program. If not, see . */ interface EncryptableStream extends Stream { + /** + * Separator on many places + */ + const DATA_PAYLOAD_SEPARATOR = '|'; + /** * Encrypt the string with fixed salt *