CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Posts
    67

    Encryption and decryption

    Hi all
    I have one edit box and when i type some data i need to store data in a text file and the text file should be in an encrypted format. Also i have a function called retrieve which should retrieve the text in decrypted format.

    It would be even better if you know any article or site for the encryption


    Thanks in advance

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Encryption and decryption

    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Mar 2008
    Posts
    67

    Thumbs up Re: Encryption and decryption

    Thanks a lot cilu i will try doing it

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

Featured