Actually, I can't remember what the DES TLA stands for. Since it is encryption, I can guess, and my guess suggests why I don't know, but tell me what it is, and I'll tell you why I've never needed it for a PDA to date.
It's a symmetric encryption algorithm, typically used to encrypt 64-bit blocks. DES and Triple DES are still very widely used and I really can't think a good reason why this got left out.
For anyone interested, attached is a class that implements DES. Original was in VB5/6 and since I'm in a hurry, I did the least rework/rewrite I could get away with. Original coder is David Midkiff.