|
|
|
|
|
by vendiddy
251 days ago
|
|
Not an answer, but I do wish there was a low level primitive and a corresponding high level language construct to pass around secrets. Something like:
my_secret = create_secret(value) Then ideally it's an opaque value from that point on |
|
As far as high-level language constructs go, there were similarish things like SecureString (in .NET) or GuardedString (in Java), although as best as I can tell they're relatively unused mostly because the ergonomics around them make them pretty annoying to use.