Results 1 to 2 of 2

Thread: Rsa Algorithm-Help i am going nuts

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    44

    Angry Rsa Algorithm-Help i am going nuts

    I need help with this code i have suessfully able to encrypt File and decrypt file using the DesCryptoserviceProvider but everytime i try to use the RSACryptoServiceProvider i keep getting this exception

    Server Error in '/Cryptology' Application.
    --------------------------------------------------------------------------------

    CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Security.Cryptography.CryptographicException: CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired
    -------------------------------------------------------------------------------

    This is how i intialised the rsaCryptoServicePorvider

    Dim service As New RSACryptoServiceProvider()----exception occurs here------


    hope someone out there can help me cos i realy need to use rsa alogorithm to encrypt my files.....
    Last edited by Linkesh; Jun 27th, 2002 at 03:21 AM.
    For Strength And Honour..

  2. #2

    Thread Starter
    Member
    Join Date
    Jun 2002
    Posts
    44
    *bump*
    For Strength And Honour..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width