Results 1 to 4 of 4

Thread: Best encryption algorithm for web services.

  1. #1
    Join Date
    Mar 2011
    Posts
    20

    Best encryption algorithm for web services.

    i am planning to start a web service and i thinking start at the start of a winforms app. And the webservice will return a list of strings connections but will be encrypted at server. Guys i need your help to decide the best Encryption algorithm in the server. I have very less knowledge of there things so gus can you tell me i will need a symmetric or asymmetric encryption? or the RSA? please suggest me the best encryption algorithm. i am gonna use chilkat components.

  2. #2
    Join Date
    Nov 2009
    Posts
    955

    Re: Best encryption algorithm for web services.

    I will recommend you the RSA encryption algorithm because its most standard algorithm on the net and if it gets properly implemented it won’t be cracked in acceptable time. it’s a asymmetric algorithm and it’s used for authentication, digital data signing and data encryption but you will need the key at both ends i.e. ate the sender and the client i.e. receiver. Sender will encrypt the file by using and receiver will decrypt the file by using key so you will have to set it for the client side also.

  3. #3
    Join Date
    May 2009
    Posts
    1,084

    Re: Best encryption algorithm for web services.

    Even I will recommend you the RSA algorithm because it has strong mathematical background so it can’t be broken in the acceptable time. This is the most widely used encryption algorithm so you will get the most important thing in the encryption that is reliability. In this algorithm sender uses the private key to encrypt data and all receiver has public key which the uses to decrypt that encrypted data.

  4. #4
    Join Date
    Jul 2009
    Posts
    1,118

    Re: Best encryption algorithm for web services.

    Well mate if you are using the Cilkat components then first download the Chilkat AES & RSA encryption component 2.2.0. Because it’s a advanced encryption component because it offers public key encryption with the digital signatures and it gives the symmetric encryption algorithms. It gives the ability to easily create the digital signatures for files, and it also verify digital signatures against the data and files coming to the end server.

Similar Threads

  1. Encryption Algorithm detection
    By Reuben 1 in forum Networking & Security
    Replies: 6
    Last Post: 20-06-2011, 10:16 PM
  2. How to break the encryption just getting the encryption algorithm
    By Neel Kamal55 in forum Networking & Security
    Replies: 4
    Last Post: 24-12-2010, 11:55 PM
  3. Assymetric encryption vs Symmetric encryption
    By "Dritan" in forum Networking & Security
    Replies: 4
    Last Post: 23-12-2010, 08:37 AM
  4. DES ALGORITHM in C Language
    By sayanmaji in forum Software Development
    Replies: 2
    Last Post: 21-03-2010, 11:23 AM
  5. Replies: 2
    Last Post: 22-02-2006, 03:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,676,886.72858 seconds with 16 queries