Am Sunday 24 June 2012 16:59:36 schrieb leledumbo:
> key := 'testkey';
> value := 'this is a string';
How is it working?
By xoring 'testkey' with 'this is a string' byte by byte?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://list
2012/6/23 silvioprog :
> 2012/6/23 leledumbo :
>>> How to use TBlowFishEnCryptStream? Is there any example for mortals?
>>
>> No but I guess the doc is clear enough.
>>
>> To encrypt:
>> 1. Create TBlowFishEnCryptStream instance supplying a key and the stream to
>> write encrypted data to
>> 2. Wri
2012/6/23 leledumbo :
>> How to use TBlowFishEnCryptStream? Is there any example for mortals?
>
> No but I guess the doc is clear enough.
>
> To encrypt:
> 1. Create TBlowFishEnCryptStream instance supplying a key and the stream to
> write encrypted data to
> 2. Write the data using its Write metho