I want to convert a some code which is in Java to C#. Java Code: private static final byte[] SALT = \"NJui8*&N823bVvy03^4N\".getBytes();
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m looking for an easy way to compute SHA 256 in Action Script on the BlackBerry PlayBook. I saw the mx.data.crypto.SHA256 class that seems fit for the purpose but it looks like it is not available
How can I use private/public keys for encryption/decryption of an an excel file in C#.NET? The article RSA Encryption in C# describes a way of doing this encryption, but this example only works for e
A business partner has implemented the following: Website A uses a symmetric key to encrypt user contact data.
I have written a small app in C++ consisting of a single EXE file. I want to put in its \"about\" dialog the md5sum of the executab开发者_开发知识库le itself. It should be embedded statically into th
i need to decrypt some cypherd text (aes 128 ctr) programming in C using openssl, since libraries version i\'m using don\'t support EVP for aes ctr i\'m tring to use AES_ctr128_encrypt(), but i get se
I have a sample code in java which I am trying to convert to .NET c# platform. This code encrypts a string and add signature to it. Java code using BouncyCastle provider and the code for adding signat
I would like to improve the performance of hashing large files, say for example in the tens of gigabytes in size.
I have to calculate cr开发者_开发知识库c32 on a lot of files, and also huge files (several GB). I tried several algo found on the web like Damieng or this one, and it works, but it is slow (more than