encryption

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • guy

    #1

    encryption

    vb2005
    has anyone a good example of how to encrypt/decrypt a string that does not
    involve writing it out to a file, just converts it to a second string?
  • Cor Ligthert [MVP]

    #2
    Re: encryption

    Guy,


    The problem with encrypting samples is that it is not good for newsgroups.

    However, have a look at "rijndael class" at msdn, there are some encrypting
    samples.

    http://msdn2.microsoft.com/en-us/lib...el(VS.80).aspx

    Cor


    "guy" <guy@discussion s.microsoft.com > schreef in bericht
    news:71DDD383-974D-4A9F-BC04-E65A4A4616AC@mi crosoft.com...[color=blue]
    > vb2005
    > has anyone a good example of how to encrypt/decrypt a string that does not
    > involve writing it out to a file, just converts it to a second string?[/color]


    Comment

    • Jean-Marc St-Hilaire

      #3
      Re: encryption

      There is a very good example of encrypting and decrypting a string made by
      the Wrox Team at:


      I did try it and it is working.

      Jean-Marc St-Hilaire
      Service Informatique RC Ltd.

      "guy" <guy@discussion s.microsoft.com > wrote in message
      news:71DDD383-974D-4A9F-BC04-E65A4A4616AC@mi crosoft.com...[color=blue]
      > vb2005
      > has anyone a good example of how to encrypt/decrypt a string that does not
      > involve writing it out to a file, just converts it to a second string?[/color]


      Comment

      Working...