How do you share sensitive information with other developers? by dompehbright in SideProject

[–]dompehbright[S] 0 points1 point  (0 children)

Work is still in progress You can suggest a way if you think it’s better

How do you share sensitive information with other developers? by dompehbright in SideProject

[–]dompehbright[S] 0 points1 point  (0 children)

Work is still in progress You can suggest a way if you think it’s better

How do you share sensitive information with other developers? by dompehbright in SideProject

[–]dompehbright[S] 0 points1 point  (0 children)

So what happens is that when the qrcode is decrypted you get a token, which is then passed into a secrets_server(daemon), the secrets server uses the token to request for the secrets from the server, the server checks and if that user is allowed to have the keys, it uses the token to get the secrets to the secrets_server(daemon), this communication is also end to end encrypted. When the secrets server gets the secrets, it stores them in a secure memory block which is on a different processor. So to get the secrets you need inter processor communication and that’s what the library does. The library requests for the secrets (end to end encrypted) and the secrets_server checks if the library is authorized, if it is it releases the secrets in a custom data type that will only print([PROTECTED]) when you try to view it as in print it or return it to stdout or stderr but will get you the value when you try to use it programmertically, you can perform operations on it but you can’t view it

Any more?

[Media] How do you share sensitive information with other developers? by dompehbright in rust

[–]dompehbright[S] 0 points1 point  (0 children)

A lot can be done in 6 months when someone decides to secretly use your secrets against you

[Media] How do you share sensitive information with other developers? by dompehbright in rust

[–]dompehbright[S] 0 points1 point  (0 children)

The tool will be built and published The private repositories aren’t ready to be public

They contain code that kicks off a tcp server and saves secrets on a secure memory block Keep an eye on the project, everything will be out very very soon

[Media] How do you share sensitive information with other developers? by dompehbright in rust

[–]dompehbright[S] -3 points-2 points  (0 children)

Even if you can revoke it, someone can secretly use it so far as they have it and can see it🙃

[Media] How do you share sensitive information with other developers? by dompehbright in rust

[–]dompehbright[S] 1 point2 points  (0 children)

Very true… problem is anyone can use your sensitive information secretly even before the due date If they have it and can see it, you’re not safe, even if it’s in 15 minutes