Name:
Anonymous
2007-05-22 0:36
ID:5fdzPH4y
tell me about encryption and decryption logic!
Name:
Anonymous
2007-05-22 3:38
ID:traLZC0p
encryption:
for each element x in stream y do something q to x and write to new stream z
decryption:
for each element x in stream y do opposite of q to x and write to other stream z