[Solved] How can use DES encryption algorithm on windows phone 8? [closed]


There is a C# version of Bouncy Castle that can be compiled for Windows Phone and supports DES.

Be aware of the limitations of DES encryption though and how its key size means it is no longer considered secure.

solved How can use DES encryption algorithm on windows phone 8? [closed]