This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CauliflowerVest 0.10.2 beta release.
-- MOS_MIGRATED_REVID=113307402
- Loading branch information
1 parent
d696ade
commit bd4e58c
Showing
90 changed files
with
2,193 additions
and
2,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
settings.py | ||
!/src/**/settings.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,48 @@ | ||
## Overview | ||
|
||
[Cauliflower Vest](../../wiki/ThatName) is a recovery key escrow solution. The project initially started with end-to-end Mac OS X FileVault 2 support, and later added support for BitLocker (Windows), LUKS (Linux), and Duplicity. The goal of this project is to streamline cross-platform enterprise management of disk encryption technologies. | ||
[Cauliflower Vest](../../wiki/ThatName) is a recovery key escrow solution. | ||
The project initially started with end-to-end Mac OS X FileVault 2 support, | ||
and later added support for BitLocker (Windows), LUKS (Linux), and Duplicity. | ||
The goal of this project is to streamline cross-platform enterprise management | ||
of disk encryption technologies. | ||
|
||
Cauliflower Vest offers the ability to: | ||
* Forcefully enable FileVault 2 encryption. | ||
* Automatically escrow recovery keys to a secure Google App Engine server. | ||
* Delegate secure access to recovery keys so that volumes may be unlocked or reverted. | ||
* Delegate secure access to recovery keys so that volumes may be unlocked or | ||
reverted. | ||
* Sync BitLocker recovery keys from Active Directory. | ||
|
||
Components: | ||
|
||
* A Google App Engine based service which receives and securely escrows recovery keys. | ||
* A GUI client running on the OS X user machines, which enables FileVault 2 encryption, obtains the recovery key, and sends it to the escrow service. | ||
* A CLI tool, [csfde](../../wiki/Csfde), which activates FileVault 2 encryption on OS X 10.7 Lion, which may be used independently of the GUI client. | ||
* A Google App Engine based service which receives and securely escrows | ||
recovery keys. | ||
* A GUI client running on the OS X user machines, which enables | ||
FileVault 2 encryption, obtains the recovery key, and sends it to the escrow | ||
service. | ||
|
||
* A CLI tool, [csfde](../../wiki/Csfde), which activates FileVault 2 | ||
encryption on OS X 10.7 Lion, which may be used independently of the | ||
GUI client. | ||
* A CLI tool which runs on Linux, for use with LUKS and Duplicity. | ||
* A script to sync BitLocker recovery keys from Active Directory to Clipper. | ||
* A script to sync BitLocker recovery keys from Active Directory. | ||
|
||
## Getting Started | ||
|
||
Full source is available for all components. | ||
|
||
To get started, begin with the [Introduction](../../wiki/Introduction) wiki page. | ||
To get started, begin with the [Introduction](../../wiki/Introduction) | ||
wiki page. | ||
|
||
### Contact | ||
|
||
Please search, join, and/or email the discussion list with questions at [[email protected]](https://groups.google.com/forum/#!forum/cauliflowervest-discuss). | ||
To reach only engineers on the project, email [email protected]. | ||
To reach only engineers on the project, email | ||
[email protected]. | ||
|
||
|
||
|
||
![](https://raw.githubusercontent.com/google/cauliflowervest/master/res/cauliflower_vest_logo.png?token=9258614__eyJzY29wZSI6IlJhd0Jsb2I6Z29vZ2xlL2NhdWxpZmxvd2VydmVzdC9tYXN0ZXIvcmVzL2NhdWxpZmxvd2VyX3Zlc3RfbG9nby5wbmciLCJleHBpcmVzIjoxNDE0MTYzOTgzfQ%3D%3D--c6b6f034a6a1476661993ac550fa35182825ba5c) | ||
|
||
Thanks to [Dorothy Marczak](https://plus.google.com/106286115972636321533/about) for the logo. | ||
Thanks to [Dorothy Marczak](https://plus.google.com/106286115972636321533/about) | ||
for the logo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "cauliflowervest", | ||
"dependencies": { | ||
"paper-tabs": "PolymerElements/paper-tabs#^1.2.3", | ||
"iron-pages": "PolymerElements/iron-pages#^1.0.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
#!/usr/bin/env python | ||
# | ||
# Copyright 2016 Google Inc. All Rights Reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS-IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# ./compile_js.py <path_to_input_js_file> ... <path_to_output_js_file> | ||
"""Uses Closure Compiler Service API to compile JavaScript file.""" | ||
|
||
import httplib | ||
import sys | ||
import urllib | ||
|
||
CLOSURE_SERVICE_DOMAIN = 'closure-compiler.appspot.com' | ||
|
||
|
||
def CompileJs(files, output_js_file): | ||
"""Uses Closure Compiler Service API to compile JavaScript file.""" | ||
params = [ | ||
('compilation_level', 'ADVANCED_OPTIMIZATIONS'), | ||
('output_format', 'text'), | ||
('output_info', 'compiled_code'), | ||
('use_closure_library', True), | ||
] | ||
|
||
# Param docs: https://developers.google.com/closure/compiler/docs/api-ref | ||
src = [] | ||
for f in files: | ||
src += open(f).readlines() | ||
params.append(('js_code', '\n'.join(src))) | ||
params = urllib.urlencode(params) | ||
|
||
# Always use the following value for the Content-type header. | ||
headers = {'Content-type': 'application/x-www-form-urlencoded'} | ||
conn = httplib.HTTPConnection(CLOSURE_SERVICE_DOMAIN) | ||
conn.request('POST', '/compile', params, headers) | ||
response = conn.getresponse() | ||
response_text = response.read() | ||
conn.close() | ||
|
||
if response.status != 200 or response_text.startswith('Error'): | ||
raise Exception('JS compilation failed: %s' % response_text) | ||
|
||
f = open(output_js_file, 'w') | ||
f.write(response_text) | ||
f.close() | ||
|
||
|
||
if __name__ == '__main__': | ||
CompileJs(sys.argv[1:-1], sys.argv[-1]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.