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

    How to encrypt an image file?

    Hi all,
    How to encrypt an image file such as JPEG ?
    Where can i get sample progrms for this?

    Regards,
    Senthil.

  2. #2
    Join Date
    Oct 2000
    Location
    India
    Posts
    4,620

    Hi

    Hi Senthil,

    Take a look at The Crypto++ Library.

    Thats a free library and the usage is relatively simple too.
    All luck and have a great day.

    Regards,
    V.Girish

    Visit www.geocities.com/contactgirish for Source code, Tutorials, FAQs and Downloads.

  3. #3
    Join Date
    Nov 2002
    Location
    San Diego, USA
    Posts
    48
    Do remember that if you encrypt the JPG file, the resultant file will not be a standard JPG file.

    There are various algorithms available for encryption that one can use. The Crypto C++ library as mentioned in the previous post does implement most of the popular algorithms.

    For details on various algorithms visit http://www.anujseth.com/crypto/
    Anuj Seth

    http://www.anujseth.com/

    YahooPOPs!: A Windows/Linux POP3/SMTP-to-web gateway that gives free POP3 and SMTP access to your Yahoo Mail!

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