Results 1 to 7 of 7

Thread: Would you hardcode a Rot13 string in a DLL?

Hybrid View

  1. #1
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Would you hardcode a Rot13 string in a DLL?

    I was kind of hoping I could figure this out (without having to ask) by the responses to the questions, but such is not the case, so I'm going to ask.

    What is a Rot13 string?

  2. #2
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Would you hardcode a Rot13 string in a DLL?

    Quote Originally Posted by Hack
    What is a Rot13 string?
    http://en.wikipedia.org/wiki/ROT13
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  3. #3
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: Would you hardcode a Rot13 string in a DLL?

    I wouldn't hard code it because you can see it with notepad - but if I had to hard code it I would do so as a single interleaved string for faster lookups.

    Code:
    string abAll = "ANBMCODPEQFRGSHTIUJV....

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