Hi folks, I need to encrypt a stream.
I want to write a file like: StandardFileStream fileNamed: 'encryptedfile' do: [:str | str nextPutAll: 'string to be encrypted']. of course the file is in plain text :-) It would be wonderful if I can write something like: EncrypedFileStream fileNamed: 'encryptedfile' do: [:str | str nextPutAll: 'string to be encrypted'] using: 'AES' andPassword: '12345' Can you help me, please? Cheers Frank -- View this message in context: http://forum.world.st/How-to-encrypt-a-stream-tp4762022.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.