See ably/ably-js#235
See implementation in PHP at
|
$options = array( 'encrypted' => true, 'cipherParams' => new CipherParams( 'password', 'aes', 128 )); |
It would be nice, for consistency, to offer an initialization for a channel that does not require the user to explicitly request the cipher param defaults.
See ably/ably-js#235
See implementation in PHP at
ably-php/tests/ChannelMessagesTest.php
Line 112 in b0e70f2
It would be nice, for consistency, to offer an initialization for a channel that does not require the user to explicitly request the cipher param defaults.