No announcements
Found 3437282 threads
-
2 Votes
Encryption and Decryption using AES 256 in Win RT
Decryption, however, did not work, yet.Answered | 5 Replies | 14560 Views | Created by vbfnet - Tuesday, October 2, 2012 10:14 AM | Last reply by t_s_b - Monday, March 30, 2015 4:57 PM -
0 Votes
Decrypt string using AES/CBC/NoPadding algorithm
I am trying to useUnanswered | 2 Replies | 3103 Views | Created by GDEVENDRAK - Wednesday, June 25, 2014 10:36 AM | Last reply by GDEVENDRAK - Wednesday, July 2, 2014 2:18 PM -
0 Votes
Decryption in chunks using AES/CBC/NoPadding.
For more information, please refer to theUnanswered | 1 Replies | 725 Views | Created by Sandeep_chauhan - Thursday, November 14, 2019 11:46 AM | Last reply by Fay Wang - Friday, November 15, 2019 8:05 AM -
5 Votes
How to do simple AES encryption/decryption in Metro?
Can i use the above your code to decrypt that encrypted text?Answered | 6 Replies | 15529 Views | Created by Beverly1984 - Friday, June 8, 2012 10:01 AM | Last reply by Manivelp - Tuesday, December 17, 2013 11:39 AM -
1 Votes
what is function of cbc for rijndael cryptography?
CBC mode is used to add an extra layer of security.Answered | 2 Replies | 5853 Views | Created by JhunkM - Wednesday, July 21, 2010 9:46 AM | Last reply by JhunkM - Thursday, July 22, 2010 1:32 PM -
4 Votes
Aes encryption and decryption sample in MSDN Library
Using myAes As Aes = Aes.Create() ' Encrypt the string to an array of bytes.Answered | 10 Replies | 2458 Views | Created by Samuel Farid - Wednesday, February 6, 2013 1:02 PM | Last reply by Devon_Nullman - Thursday, February 7, 2013 2:31 AM -
0 Votes
C# encrypt and decrypt string in des cbc mode
Hi tdzsohai, If you want to use CBC mode.Answered | 1 Replies | 7371 Views | Created by tdzsohai - Sunday, November 15, 2015 8:01 AM | Last reply by Jerry Wa - Monday, November 16, 2015 2:15 AM -
4 Votes
Simple AES Encryption
Actually, the problem was that the WinRT code was using CBC, and not ECB.Answered | 7 Replies | 6705 Views | Created by MPM - Tuesday, October 9, 2012 8:35 AM | Last reply by MPM - Tuesday, October 9, 2012 8:28 PM -
0 Votes
AES - Cipher encryption/decryption in windows phone 7
It seems this problem was caused by the different AES Algorithm provider, and I have no idea how to solve.Answered | 1 Replies | 1350 Views | Created by Vijaydhas - Friday, January 9, 2015 12:27 PM | Last reply by hoshino suzumi - Monday, January 12, 2015 3:17 AM -
0 Votes
Encrypt and Decrypt Card Number using AES 256 algorithm
Please check out this article: http://msdn.microsoft.com/en-us/library/ms179331.aspx It explains how to use: CREATE SYMMETRIC KEY ...Answered | 2 Replies | 1641 Views | Created by Praveen.C - Thursday, October 30, 2014 1:44 PM | Last reply by Deric Ferreira - Thursday, October 30, 2014 2:17 PM -
0 Votes
Encryption & Decryption for AES in Window phone
For reference: AesManaged Class http://developer.nokia.com/community/wiki/Using_Crypto%2B%2B_library_with_Windows_Phone_8Answered | 1 Replies | 777 Views | Created by Arun Singh Rawat - Friday, February 27, 2015 6:20 AM | Last reply by Vineet24 - Friday, February 27, 2015 6:59 AM -
0 Votes
encrypt and decrypt with AES/GCM/NoPadding 256 bit
Specify NoPadding to aes.Padding.Unanswered | 3 Replies | 13918 Views | Created by delaynomore - Wednesday, June 6, 2018 6:33 AM | Last reply by cheong00 - Thursday, June 7, 2018 10:56 AM -
0 Votes
How to do decryption in Win RT using AES (AesCbcPkcs5)
So I am doing decryption in AesCbcPkcs7 in WinRT.Answered | 4 Replies | 1116 Views | Created by New Windows Programmer - Monday, April 13, 2015 11:37 AM | Last reply by Jamles Hez - Wednesday, April 22, 2015 3:13 PM -
0 Votes
Encrypting a plain text using AES
http://netvignettes.wordpress.com/2011/05/02/how-to-encrypt-with-aes/ Regards, ...Answered | 1 Replies | 1228 Views | Created by Sαmαn - Tuesday, September 11, 2012 3:48 PM | Last reply by Sergio Russo - Tuesday, September 11, 2012 3:59 PM -
0 Votes
Handle AES keys and decryption (Use Azure Key Vault Secrets in Stream Analytics?)
One option would be to redirect you ASA output to an Azure function and then decrypt there by using Key Vault APIs and then store it in you SQL DB.Answered | 2 Replies | 1195 Views | Created by Mikael Falkvidd - Wednesday, July 25, 2018 2:23 PM | Last reply by Siddarth Ramadoss - Thursday, July 26, 2018 5:02 PM -
1 Votes
AES-CBC
I did make some benchmarks and I see, that CNG (on Windows 7 SP1 at least) decrypts AES-CBC faster than AES-ECB ... sound's strange.Unanswered | 9 Replies | 475 Views | Created by Rudolf Meier - Monday, February 6, 2017 8:44 AM | Last reply by Rudolf Meier - Tuesday, February 7, 2017 5:42 PM -
0 Votes
AES/CBC/PKCS5Padding in UWP App.
Hi I have asked to my server team to make changes at server end now they are using "AES/CBC/NoPadding".Unanswered | 5 Replies | 1181 Views | Created by Sandeep_chauhan - Wednesday, November 6, 2019 2:10 PM | Last reply by Roy Li - Friday, November 15, 2019 6:28 AM -
1 Votes
C# and PHP Encryption and Decryption (Rijndael/AES 256)
using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace ...Answered | 5 Replies | 40102 Views | Created by Mywk - Friday, November 6, 2009 2:15 AM | Last reply by Mywk - Wednesday, March 17, 2010 1:20 AM -
0 Votes
How to decrypt MS SQL Server AES encrypted data in another database engine?
If you want to encrypt in one engine and decrypt in another engine, I think you consider a customer-encryption scheme to avoid to be dependent on implementation-dependent quirks in the two ...Answered | 1 Replies | 1312 Views | Created by AADev - Tuesday, February 11, 2014 3:15 PM | Last reply by Erland Sommarskog - Tuesday, February 11, 2014 3:54 PM -
2 Votes
implentation algorithms AES
A C++ Implementation of the Rijndael Encryption/Decryption method 3.Answered | 2 Replies | 4191 Views | Created by GunkMahendra - Saturday, June 26, 2010 7:40 AM | Last reply by Chethan Kamath - Tuesday, June 29, 2010 4:26 AM - Items 1 to 20 of 3437282 Next ›
No announcements