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. C#
  4. how secure is the key container

how secure is the key container

Scheduled Pinned Locked Moved C#
dockerhelpquestion
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.
  • P Offline
    P Offline
    poqeqw
    wrote on last edited by
    #1

    how secure is the key container? are there a better solution? any artickle on the matter will be great help

    M 1 Reply Last reply
    0
    • P poqeqw

      how secure is the key container? are there a better solution? any artickle on the matter will be great help

      M Offline
      M Offline
      Mike Dimmick
      wrote on last edited by
      #2

      The standard 'key container' is a folder under your user profile, under Application Data\Microsoft\Crypto\RSA. Each file represents an issued key. The file itself is encrypted with your master key, which is itself protected by a key derived from your logon password. The folder is protected by an Access Control List which permits only Administrators, yourself, and the system (represented by the LocalSystem or SYSTEM security principal) to read and write to the folder. So the ultimate security of the key container is based on the strength of your logon password.

      DoEvents: Generating unexpected recursion since 1991

      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