Re: [Pharo-users] How to encrypt a stream?

2014-06-10 Thread Frank
Thanks Alejandro, I gonna try it Cheers Frank Alejandro Infante wrote > My bad, the configuration is called ApplicationSecurity, which includes > Nacl and Cryptography. > > Cheers > > On Jun 8, 2014, at 8:39 PM, Alejandro Infante < > alejandroinfante91@ > > wr

[Pharo-users] How to encrypt a stream?

2014-06-07 Thread Frank
FileStream 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