No announcements
Found 2306110 threads
-
0 Votes
[WP8.1]AES Encryption in WP
Hi Moderator , Thanks for helping, but the samples you provided doesn't show encrypt AES with widnows.security.cryptography, can you show me an ...Answered | 6 Replies | 891 Views | Created by William A Wang - Saturday, July 25, 2015 8:17 AM | Last reply by Franklin Chen - Friday, July 31, 2015 12:46 PM -
4 Votes
Simple AES Encryption
The data isn't really that sensitive, I think basically they didn't want it clear, so this simple encryption was used.Answered | 7 Replies | 6607 Views | Created by MPM - Tuesday, October 9, 2012 8:35 AM | Last reply by MPM - Tuesday, October 9, 2012 8:28 PM -
0 Votes
[UWP]AES Encryption
I am not very well versed in encryption code and have never written a UWP app before.Answered | 3 Replies | 4344 Views | Created by soeren_G - Thursday, October 22, 2015 7:48 PM | Last reply by Gary Ritter Jr - Monday, October 17, 2016 12:08 AM -
2 Votes
Encryption and Decryption using AES 256 in Win RT
That class will let you use both PBKDF#2 for password based key derivation and AES for symmetric encryption.Answered | 5 Replies | 14404 Views | Created by vbfnet - Tuesday, October 2, 2012 10:14 AM | Last reply by t_s_b - Monday, March 30, 2015 4:57 PM -
5 Votes
How to do simple AES encryption/decryption in Metro?
Hi Carlos, I have an encrypted text using AES256.Answered | 6 Replies | 15320 Views | Created by Beverly1984 - Friday, June 8, 2012 10:01 AM | Last reply by Manivelp - Tuesday, December 17, 2013 11:39 AM -
2 Votes
VFP and AES Encryption
Hello, have a look on the SPS encryption library, should have all what you need (crypt, hash,..)Answered | 1 Replies | 1990 Views | Created by Andrew Mordi - Monday, August 26, 2013 2:22 AM | Last reply by tom knauf - Monday, August 26, 2013 6:36 AM -
0 Votes
AES Encryption in windows phone 8
Check out Rob's blog: http://robtiffany.com/dont-forget-to-encrypt-your-windows-phone-7-data/ Jeff Sanders (MSFT) ...Answered | 1 Replies | 4194 Views | Created by WP_Development - Friday, September 20, 2013 9:26 AM | Last reply by Jeff Sanders - Friday, September 20, 2013 8:22 PM -
2 Votes
VB 2010, MySQL and aes encryption
Yes .Net has build in encryption functions, but they don't encrypt inside MySQL.Answered | 3 Replies | 2447 Views | Created by HSSNE - Thursday, October 4, 2012 1:48 AM | Last reply by Paul P Clement IV - Thursday, October 4, 2012 12:47 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 | 1158 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 -
1 Votes
Why AES-128 block cipher on Windows using crypto library requires twice the block size in output buffer?
How to do stream cypher with AES?Answered | 4 Replies | 717 Views | Created by sgrm123 - Wednesday, February 10, 2016 12:29 PM | Last reply by Baron Bi - Wednesday, February 24, 2016 10:47 AM -
0 Votes
How Encrypt data using AES algorithm as 128,192,256 bit
Also see into this AES link : http://www.codeproject.com/KB/security/aes.aspxAnswered | 2 Replies | 2804 Views | Created by Yogendra kumar gangwar - Friday, December 30, 2011 2:15 PM | Last reply by TopCoder23 - Friday, December 30, 2011 8:52 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 | 2383 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
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 | 1284 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
keysize and block size of AES 128 , 192 and 256 bits
Hi CyberN00bz, In AES the block size is always 128 bits and the extra block sizes were not adopted by the AES standard.Answered | 3 Replies | 8376 Views | Created by CyberN00bz - Monday, August 29, 2011 7:16 AM | Last reply by CyberN00bz - Wednesday, August 31, 2011 3:41 AM -
2 Votes
[UWP] 128/192/256 bits AES encryption
The crypto sample at https://code.msdn.microsoft.com/windowsapps/Cryptography-and-3305467b demonstrates AES encryption.Answered | 3 Replies | 1295 Views | Created by HugoDev2002 - Thursday, January 14, 2016 7:26 PM | Last reply by Rob Caplan [MSFT] - Tuesday, January 19, 2016 4:33 PM -
2 Votes
implentation algorithms AES
A C++ Implementation of the Rijndael Encryption/Decryption method 3.Answered | 2 Replies | 4122 Views | Created by GunkMahendra - Saturday, June 26, 2010 7:40 AM | Last reply by Chethan Kamath - Tuesday, June 29, 2010 4:26 AM -
0 Votes
AES encryption error: The input data is not a complete block?
As far as I think,your problem is that is not the encrypted stuff.Answered | 2 Replies | 4478 Views | Created by Anonymous - Sunday, February 21, 2021 8:17 PM | Last reply by Anonymous - Monday, February 22, 2021 11:11 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 ...Answered | 1 Replies | 1253 Views | Created by AADev - Tuesday, February 11, 2014 3:15 PM | Last reply by Erland Sommarskog - Tuesday, February 11, 2014 3:54 PM -
3 Votes
AES Encryption and Key, IV correct usage
Since this thing is more related to cryptography and transferring data using WCF service.Answered | 5 Replies | 5883 Views | Created by nishantcop - Wednesday, August 1, 2012 6:11 AM | Last reply by Ed Price - MSFT - Sunday, August 5, 2012 6:06 AM -
1 Votes
Data Conversion for Always Encryption
Always Encrypted supports few conversions for encrypted data types.Answered | 4 Replies | 1814 Views | Created by RUoyun - Thursday, June 18, 2020 2:48 AM | Last reply by Cris Zhan - Friday, June 19, 2020 7:44 AM - Items 1 to 20 of 2306110 Next ›
No announcements