|
|
|
|
|
by ianl
3277 days ago
|
|
At Manifold(1), we built Torus from the ground-up to solve a consistent pain when building cloud apps: securely storing, sharing, and rotating secrets used to build, run, and deploy code. Our goal is to make it simple for anyone, not just the security savvy, to keep their secrets out of git and off disk. To do this, we designed our security model (host and cryptography architecture) for hosting in the cloud to ensure we never have access to any of the keys used to encrypt or sign secrets — they’re derived from a user’s password and never forwarded along. We’ve posted more information in our documentation(2). The server is currently closed source, with plans to open source it. The client (where all cryptographic operations happen) is open source. 1) https://www.manifold.co/
2) https://www.torus.sh/docs/latest/internals/crypto |
|