-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Im currently developing a Silverlight application that connects to an old webservice.
Our old webservice uses an encryption tool which silverlight does not support.
Finally, we decided to used AesManaged for encryption, however, our webservice does not support AesManaged. Is their a way to decrypt…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi! How can I encrypt decrypt a file with a 256 key AES in c or c++?
Which library do you suggest?
Thank you!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello again everyone,
i would like to know if i could encrypt two or more strings in AES encryption.
let say, i want to encrypt username, password and nonce_value, can i use the following code?
try{
String codeWord = username, password, nonceInString;
String encryptedData = aseEncryptDecrypt.encrypt(codeWord);
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have the following .Net code which takes two inputs. 1) A 128 bit base 64 encoded key and 2) the userid. It outputs the AES encrypted token.
I need the php equivalent of the same code, but dont know which corresponding php classes are to be used for RNGCryptoServiceProvider,RijndaelManaged…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone,
i need some help and guidance in displaying the splitted Strings in order.
let say, i have username, password, nonceInString. i had successfully encrypted and decrypted those. then i split the decrypted data. it was done, too.
i want to display the decrypted data in order.
something…
>>> More