Re: Library for cryptographically securing data stored in Accumulo

2017-05-31 Thread Christopher
On Wed, May 31, 2017 at 5:45 PM Mike Drob wrote: > Neat stuff, Scott. > > Before we dive in too deeply, how does this differ from the native > encryption offered inside of Accumulo? > Scott can probably answer more thoroughly, but I can provide a brief answer to this: Inside Accumulo, we provid

Re: Library for cryptographically securing data stored in Accumulo

2017-05-31 Thread Mike Drob
Neat stuff, Scott. Before we dive in too deeply, how does this differ from the native encryption offered inside of Accumulo? Mike On Wed, May 31, 2017 at 4:38 PM, Ruoti, Scott - 0553 - MITLL < scott.ru...@ll.mit.edu> wrote: > All, > > > > Over the past several years, MIT Lincoln Laboratory has

Library for cryptographically securing data stored in Accumulo

2017-05-31 Thread Ruoti, Scott - 0553 - MITLL
All, Over the past several years, MIT Lincoln Laboratory has been exploring how to protect data stored in Accumulo from malicious and honest-but-curious system administrators. Currently, an administrator is free to view any data stored in Accumulo, and can insert, modify, or delete data at w

[GitHub] accumulo issue #260: ACCUMULO-4643 initial implementation

2017-05-31 Thread ivakegg
Github user ivakegg commented on the issue: https://github.com/apache/accumulo/pull/260 Changed the API to be enableYielding(YieldCallback) instead of separate methods on the SKVI --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] accumulo pull request #260: ACCUMULO-4643 initial implementation

2017-05-31 Thread dlmarion
Github user dlmarion commented on a diff in the pull request: https://github.com/apache/accumulo/pull/260#discussion_r119457446 --- Diff: core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java --- @@ -147,4 +147,35 @@ * if not suppor

[GitHub] accumulo pull request #260: ACCUMULO-4643 initial implementation

2017-05-31 Thread dlmarion
Github user dlmarion commented on a diff in the pull request: https://github.com/apache/accumulo/pull/260#discussion_r119457222 --- Diff: core/src/main/java/org/apache/accumulo/core/iterators/SortedKeyValueIterator.java --- @@ -147,4 +147,35 @@ * if not suppor

[GitHub] accumulo issue #260: ACCUMULO-4643 initial implementation

2017-05-31 Thread ivakegg
Github user ivakegg commented on the issue: https://github.com/apache/accumulo/pull/260 I reworked the pull request to use interface methods instead of throwing exceptions. This also ensures that the yielding mechanism will not interrupt when using row isolation mode. --- If your p

[GitHub] accumulo pull request #261: ACCUMULO-4644 Removed AccumuloConfiguration from...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/261 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en