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. Other Discussions
  3. IT & Infrastructure
  4. Better to save password hashes as txt file or reg key?

Better to save password hashes as txt file or reg key?

Scheduled Pinned Locked Moved IT & Infrastructure
questioncomsecuritycryptographydiscussion
2 Posts 2 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.
  • J Offline
    J Offline
    JoeySmith
    wrote on last edited by
    #1

    I figured this was a general programming question and wanted to get opinions on the security of saving password hashes. At the moment I am saving the password hashes in the Default System32 folder in a file with a un-register extension. The has can be easily read if opened in notepad however. Right now I am debating on wether saving the hash as a Regkey would be safer or just a waste of time. Your opinions are both welcomed and wanted ._._._._._.-.-.-.-.-._._._._._.-.-.-.-.-._._._._._.-.-.-.-.- SicherGrenzen

    clean and elegant.

    M 1 Reply Last reply
    0
    • J JoeySmith

      I figured this was a general programming question and wanted to get opinions on the security of saving password hashes. At the moment I am saving the password hashes in the Default System32 folder in a file with a un-register extension. The has can be easily read if opened in notepad however. Right now I am debating on wether saving the hash as a Regkey would be safer or just a waste of time. Your opinions are both welcomed and wanted ._._._._._.-.-.-.-.-._._._._._.-.-.-.-.-._._._._._.-.-.-.-.- SicherGrenzen

      clean and elegant.

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      Writing to system32 is bad, if you want normal user accounts to use your program. Anything you write to can be monitored with FileMon and RegMon, so picking a reg key over a file doesn't gain you anything.

      --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

      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