locked
Encrypt and Decrypt without password key RRS feed

  • Question

  • Hi,

           I need an algorithm that encrypts and decrypts data without password key.


    Regards, CPK_2011

    Friday, July 20, 2012 3:51 PM

Answers

  • Well, MD5 is not an encryption method, so there is no reason for it to offer a decrypt function.  A single MD5 does not have a single source that could have produced it.  Also, a powerful algorithm with a silly key is not powerful, in my opinion.

    --
    Mike
    Sunday, July 22, 2012 4:44 PM
  • Hi,

          Can I have algorithm other than Base64 string. Like SHA1, MD5


    Regards, CPK_2011

    Hi,

    take the code form Jordan here: http://code.msdn.microsoft.com/Secure-Login-Example-42facaf1

    regards Ellen


    Ich benutze/ I'm using VB2008 & VB2010

    Saturday, July 21, 2012 2:34 PM

All replies

  • Hello,

    I hope this helps: http://code.msdn.microsoft.com/Copy-protect-for-Your-4655b0ba

    regards Ellen


    Ich benutze/ I'm using VB2008 & VB2010

    Friday, July 20, 2012 7:49 PM
  • Hi,

          Can I have algorithm other than Base64 string. Like SHA1, MD5


    Regards, CPK_2011

    Saturday, July 21, 2012 2:16 PM
  • Hi,

          Can I have algorithm other than Base64 string. Like SHA1, MD5


    Regards, CPK_2011

    Hi,

    take the code form Jordan here: http://code.msdn.microsoft.com/Secure-Login-Example-42facaf1

    regards Ellen


    Ich benutze/ I'm using VB2008 & VB2010

    Saturday, July 21, 2012 2:34 PM
  • Hi,

         I would like to have functions Encrypt an Decrypt without password and without Base64 methodology.


    Regards, CPK_2011

    Sunday, July 22, 2012 11:25 AM
  • Can you explain why you want a blank password, as opposed to one that is constant, or no encryption at all?  I mean, why not just use "BLANK", as probably 10% of computer users use for their passwords...

    --
    Mike
    Sunday, July 22, 2012 11:30 AM
  • Hi,

         I want to use powerful algorithm without password key and also i want to encrypt and decrypt data. Base64 is basic level. And MD5 given does not have decrypt function.


    Regards, CPK_2011

    Sunday, July 22, 2012 4:39 PM
  • Well, MD5 is not an encryption method, so there is no reason for it to offer a decrypt function.  A single MD5 does not have a single source that could have produced it.  Also, a powerful algorithm with a silly key is not powerful, in my opinion.

    --
    Mike
    Sunday, July 22, 2012 4:44 PM