> We are considering using the ENCRYPT/DECRYPT functions in an application. > Do any of you have any experiences, suggestions or pitfalls that we need to > hear about? Way back in the 80s we would demonstrate ENCRYPT/DECRYPT honestly. ie we found that to actually render text unrecognisable you had to ENCRYPT(ENCRYPT(textstring,seed), seed2) - double up the encryption. The manual still suggests this today.