No announcements
Found 3624145 threads
-
2 Votes
How certificate works with wcf to encrypt decrypt data
2) u said "in the service side, it will use the the client public key to encrypt the message and send to the ...Answered | 3 Replies | 2342 Views | Created by Mou_kolkata - Thursday, April 23, 2015 2:02 PM | Last reply by Amy Peng - Tuesday, May 5, 2015 3:20 AM -
2 Votes
Encryption and Decryption using AES 256 in Win RT
The cryptographic operations exposed from WinRT are based out of the Windows.Security.Cryptography.Core.CryptographicEngine class.Answered | 5 Replies | 14795 Views | Created by vbfnet - Tuesday, October 2, 2012 10:14 AM | Last reply by t_s_b - Monday, March 30, 2015 4:57 PM -
3 Votes
Question on securing Key of encryption and decryption
Decrypt is not a SQL Keyword.Answered | 5 Replies | 934 Views | Created by coolguy123SQL - Wednesday, December 7, 2016 5:29 PM | Last reply by Hilary Cotter - Wednesday, December 7, 2016 8:49 PM -
2 Votes
Encrypt and Decrypt without password key
Well, MD5 is not an encryption method, so there is no reason for it to offer a decrypt function.Answered | 7 Replies | 6951 Views | Created by CPK_2011 - Friday, July 20, 2012 3:51 PM | Last reply by Family Tree Mike - Sunday, July 22, 2012 4:44 PM -
0 Votes
Encryption in WinRT app and Decryption in WCF services using Fixed Key.
http://stackoverflow.com/questions/11281350/encrypt-string-in-winrt-c-sharp-and-decrypt-it-in-c-sharp-net/11334311#11334311.Answered | 1 Replies | 679 Views | Created by i_vj - Friday, December 12, 2014 1:42 PM | Last reply by Herro wong - Monday, December 15, 2014 6:32 AM -
0 Votes
[W8.1] Auto run WCF service in WinRT App after installation
>” How can we start the WCF service automatically which I have added as service reference in WinRT App when I lunch my WinRT ...Answered | 1 Replies | 660 Views | Created by somnathbanik - Saturday, June 11, 2016 4:43 AM | Last reply by Xavier Xie-MSFT - Monday, June 13, 2016 5:54 AM -
3 Votes
Rijndael decryption in WinRT
When I tried to decrypt that file, it was not a valid cryptostream, because bytes from previous encryptions were still lurking at the ...Answered | 7 Replies | 2850 Views | Created by Niko B - Tuesday, August 12, 2014 9:31 PM | Last reply by JeroenTrappers - Tuesday, January 27, 2015 1:01 PM -
0 Votes
Using certificate and private key to encrypt and decrypt sensitive data
DMK->Cert automatic decryption process) you can still open up the certificate to be used.Answered | 4 Replies | 1526 Views | Created by Pakojones - Monday, September 26, 2016 3:52 PM | Last reply by AV111 - Tuesday, September 27, 2016 12:17 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 | 15820 Views | Created by Beverly1984 - Friday, June 8, 2012 10:01 AM | Last reply by Manivelp - Tuesday, December 17, 2013 11:39 AM -
0 Votes
Encrypt and Decrypt Information that to be sent to windows phone
If it's only about securing the data during transfer using HTTPS to do so is definitely the best way.Answered | 2 Replies | 571 Views | Created by Teja510 - Saturday, October 11, 2014 4:49 PM | Last reply by Oliver Ulm - Saturday, October 11, 2014 7:40 PM -
0 Votes
Encrypt and decrypt a image file
Here is a code example of encrypt / decrypt methods which can be used for working with byte arrays (binary ...Answered | 2 Replies | 10597 Views | Created by Lakshmipriya Kanagarajan - Sunday, February 24, 2013 12:08 PM | Last reply by Lisa Zhu - Monday, February 25, 2013 5:18 AM -
0 Votes
encrypting/decrypting through a web service or with a db call?
1.If the encrypting and decrypting logics are very common used in your application.Answered | 1 Replies | 2966 Views | Created by witdaj - Friday, May 21, 2010 7:00 PM | Last reply by Ji.Zhou - Wednesday, May 26, 2010 3:50 AM -
0 Votes
[UWP] Are there are methods supporting encrypting/decrypting of streams
If you want to use CryptoStream class and AesCbcPkcs7 to encrypt, you may need to use some third-party library.Answered | 5 Replies | 1321 Views | Created by Alex K M - Tuesday, September 20, 2016 5:27 PM | Last reply by jerryaqw - Saturday, September 24, 2016 7:21 AM -
0 Votes
Encrypted and Decrypted Field.
Create encryption key in DB using SS ROLE: create encryption key KEY_NAME as default for ALGORITHM with [KEY LENGTH ...Answered | 4 Replies | 4376 Views | Created by BuRaiR - Wednesday, August 25, 2010 8:35 AM | Last reply by BuRaiR - Thursday, September 2, 2010 6:48 AM -
0 Votes
Encryption and Decryption of messages in C#
What I know as of now we are using X509 certificates to encrypt and decrypt messages ...Answered | 5 Replies | 3335 Views | Created by Umesh G. _ - Wednesday, November 18, 2009 2:04 PM | Last reply by JediJohn82 - Thursday, November 19, 2009 4:53 PM -
0 Votes
Using encrypted credentials with Basic authentication in WCF RESTful service
CD, Because WCF REST services don't use SOAP, the usual WCF security model doesn't apply.Answered | 5 Replies | 5041 Views | Created by crbd98 - Wednesday, August 11, 2010 9:44 PM | Last reply by Steven Cheng - MSFT - Thursday, August 19, 2010 2:28 AM -
0 Votes
Encryption and Decryption in Windows Phone
You could encrypt it sure.Answered | 3 Replies | 865 Views | Created by Teja510 - Monday, March 2, 2015 7:00 AM | Last reply by Bret Bentzinger - Monday, March 9, 2015 7:24 PM -
4 Votes
password encryption and decryption using sql server 2005
You must then use t-sql again to decrypt the password.Answered | 8 Replies | 11626 Views | Created by Jaslin - Friday, September 4, 2009 7:35 AM | Last reply by Jaslin - Thursday, September 10, 2009 10:24 AM -
4 Votes
encryption/decryption
It might be so that oracle uses the same hash function to oneway decrypt passwords.Answered | 4 Replies | 9225 Views | Created by DanPD - Thursday, August 26, 2010 8:01 PM | Last reply by martenrune - Monday, August 30, 2010 10:03 AM -
0 Votes
File encryption and decryption
It seems that you want to do the encryption and decryption on the same file.Answered | 10 Replies | 4797 Views | Created by Nakano15 - Wednesday, March 7, 2012 4:51 PM | Last reply by Nakano15 - Tuesday, March 13, 2012 10:33 AM - Items 1 to 20 of 3624145 Next ›
No announcements