Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 1
    Q: Is there any way tp create a SecureString which can be decrypted by one or more other users? A: Sure. Encrypt it with a key, and give the "other user(s)" secure access to the key. Q: Is there any way to encrypt and decrypt a SecureString without a key? A: None that I'm aware of ;) Commented Jan 7, 2020 at 7:42