Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Securely storing information

Securely storing information

Scheduled Pinned Locked Moved Visual Basic
question
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _Richard Faulkner
    wrote on last edited by
    #1

    How do you store and HIDE information (such as passwords) so nobody can find/edit/delete/view them? Richard Faulkner Founder of GallantTechnologies

    C V D 3 Replies Last reply
    0
    • _ _Richard Faulkner

      How do you store and HIDE information (such as passwords) so nobody can find/edit/delete/view them? Richard Faulkner Founder of GallantTechnologies

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      _Richard Faulkner wrote:

      How do you store and HIDE information (such as passwords) so nobody can find/edit/delete/view them?

      I don't. If "nobody"* can find/edit/delete/view some piece of information neither can your program. By allowing your program access you must be open to the possibility that someone may be able to find/edit/delete/view the information. At this point your strategty must turn to minimising the risk of that happening. In order to do that you need to know what the information is? why it needs to be hidden? What are legitimate reasons to edit it? What are legitimate reasons to delete it? What are legitimate reasons to view (read) it? Information can be placed in many places: files, the registry, in a database, as an embedded resource in an assembly. Information can be hidden by many techniques: encryption, steganography (placing it in highly unusual places, e.g. IP packet headers, in a picture or audio stream) * Which is an empty set


      Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

      1 Reply Last reply
      0
      • _ _Richard Faulkner

        How do you store and HIDE information (such as passwords) so nobody can find/edit/delete/view them? Richard Faulkner Founder of GallantTechnologies

        V Offline
        V Offline
        Vasudevan Deepak Kumar
        wrote on last edited by
        #3

        You can check out this article http://www.codeproject.com/cs/algorithms/StoringPasswords.asp[^]

        Vasudevan Deepak Kumar Personal Homepage Tech Gossips

        1 Reply Last reply
        0
        • _ _Richard Faulkner

          How do you store and HIDE information (such as passwords) so nobody can find/edit/delete/view them? Richard Faulkner Founder of GallantTechnologies

          D Offline
          D Offline
          Duncan Edwards Jones
          wrote on last edited by
          #4

          Never store a password - instead store the one-way encrypted version of the password and test any input against that. (RSA or SGK[^] is a good example)

          '--8<------------------------ Ex Datis: Duncan Jones Merrion Computing Ltd

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups