Continued a bit:
[core.git] / framework / main / interfaces / streams / crypto / class_EncryptableStream.php
index c8849660298c904798c05daac6b7c0fa74bdb4c1..ccfd91db609ed4aff63bc6c417ea9c83c21f355b 100644 (file)
@@ -3,7 +3,7 @@
 namespace CoreFramework\Stream\Crypto;
 
 /**
- * An EncryptableStream interface
+ * An interface for encrypted data streams
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
@@ -25,6 +25,11 @@ namespace CoreFramework\Stream\Crypto;
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface EncryptableStream extends Stream {
+       /**
+        * Separator on many places
+        */
+       const DATA_PAYLOAD_SEPARATOR = '|';
+
        /**
         * Encrypt the string with fixed salt
         *