Skip to content
Snippets Groups Projects
Commit 86b24957 authored by Arie Peterson's avatar Arie Peterson
Browse files

Prevent full-blown dev team battle

parent a002854f
No related branches found
No related tags found
1 merge request!2First sketch of security considerations
CryptOps implements full-disk encryption for virtual private servers.
CryptOps implements full disk encryption for virtual private servers.
All documentation can be found on
[the website](https://cryptops.com).
......
......@@ -47,7 +47,7 @@ Possible reasons to not use CryptOps
situation), connect to the vps, and enter your encryption password; only then
can the boot process of the vps continue. All this time the service provided
by your vps is not running.
* You may not need full-disk encryption of your vps: depending on the software
* You may not need full disk encryption of your vps: depending on the software
running on your vps, it could be easier to encrypt only some data directories.
On the other hand, it is easy to overlook some sensitive data stored in
configuration, cache files, temporary files, etc.
......
......@@ -6,7 +6,7 @@
CryptOps: Moving to a world with encrypted VPSs only
====================================================
Full-disk encryption on Virtual Private Servers
Full disk encryption on Virtual Private Servers
-----------------------------------------------
These days, data storage using the "cloud" or virtual private servers (VPSs) on
......@@ -24,7 +24,7 @@ provider? Existing solutions often rely on encryption keys being managed by the
service providers themselves or the data being encrypted at the application
level.
CryptOps is a new, provider agnostic approach which makes full-disk encryption
CryptOps is a new, provider agnostic approach which makes full disk encryption
at the Virtual Machine layer more accessible and secure for the average user.
Users can encrypt their VPSs by logging into a `Dropbear SSH`_ shell
that runs in the initrd. In this environment, the user is allowed to type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment