[jira] [Commented] (HBASE-10951) Use PBKDF2 to generate test encryption keys in the shell

2014-04-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13966996#comment-13966996
 ] 

Hudson commented on HBASE-10951:


SUCCESS: Integrated in HBase-TRUNK #5077 (See 
[https://builds.apache.org/job/HBase-TRUNK/5077/])
HBASE-10951 Use PBKDF2 to generate test encryption keys in the shell (apurtell: 
rev 1586694)
* 
/hbase/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Encryption.java
* /hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb


 Use PBKDF2 to generate test encryption keys in the shell
 

 Key: HBASE-10951
 URL: https://issues.apache.org/jira/browse/HBASE-10951
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.1, 0.99.0
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Trivial
 Fix For: 0.99.0, 0.98.2

 Attachments: HBASE-10951.patch


 We provide some support in the shell for setting the column family data 
 encryption key, which enables some simple testing when kicking the tires. (CF 
 data key management should be done using the Java API.) Despite the very 
 modest goal there might be an objection to using a hash instead of a key 
 derivation function, so just go ahead and do that. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10951) Use PBKDF2 to generate test encryption keys in the shell

2014-04-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13967004#comment-13967004
 ] 

Hudson commented on HBASE-10951:


SUCCESS: Integrated in HBase-0.98 #271 (See 
[https://builds.apache.org/job/HBase-0.98/271/])
HBASE-10951 Use PBKDF2 to generate test encryption keys in the shell (apurtell: 
rev 1586700)
* 
/hbase/branches/0.98/hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Encryption.java
* /hbase/branches/0.98/hbase-shell/src/main/ruby/hbase/admin.rb


 Use PBKDF2 to generate test encryption keys in the shell
 

 Key: HBASE-10951
 URL: https://issues.apache.org/jira/browse/HBASE-10951
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.1, 0.99.0
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Trivial
 Fix For: 0.99.0, 0.98.2

 Attachments: HBASE-10951.patch


 We provide some support in the shell for setting the column family data 
 encryption key, which enables some simple testing when kicking the tires. (CF 
 data key management should be done using the Java API.) Despite the very 
 modest goal there might be an objection to using a hash instead of a key 
 derivation function, so just go ahead and do that. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10951) Use PBKDF2 to generate test encryption keys in the shell

2014-04-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13967076#comment-13967076
 ] 

Hudson commented on HBASE-10951:


SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #255 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/255/])
HBASE-10951 Use PBKDF2 to generate test encryption keys in the shell (apurtell: 
rev 1586700)
* 
/hbase/branches/0.98/hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/Encryption.java
* /hbase/branches/0.98/hbase-shell/src/main/ruby/hbase/admin.rb


 Use PBKDF2 to generate test encryption keys in the shell
 

 Key: HBASE-10951
 URL: https://issues.apache.org/jira/browse/HBASE-10951
 Project: HBase
  Issue Type: Improvement
Affects Versions: 0.98.1, 0.99.0
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Trivial
 Fix For: 0.99.0, 0.98.2

 Attachments: HBASE-10951.patch


 We provide some support in the shell for setting the column family data 
 encryption key, which enables some simple testing when kicking the tires. (CF 
 data key management should be done using the Java API.) Despite the very 
 modest goal there might be an objection to using a hash instead of a key 
 derivation function, so just go ahead and do that. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10951) Use PBKDF2 to generate test encryption keys in the shell

2014-04-10 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13965388#comment-13965388
 ] 

Andrew Purtell commented on HBASE-10951:


No compatability issues that I can see given this isn't the way to generate 
data keys for production. This is so one can use the shell to create a schema 
with all encryption related attributes set up properly for basic functional 
testing or integration tests. 

 Use PBKDF2 to generate test encryption keys in the shell
 

 Key: HBASE-10951
 URL: https://issues.apache.org/jira/browse/HBASE-10951
 Project: HBase
  Issue Type: Improvement
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Trivial
 Fix For: 0.99.0, 0.98.2

 Attachments: HBASE-10951.patch


 We provide some support in the shell for setting the column family data 
 encryption key, which enables some simple testing when kicking the tires. (CF 
 data key management should be done using the Java API.) Despite the very 
 modest goal there might be an objection to using a hash instead of a key 
 derivation function, so just go ahead and do that. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10951) Use PBKDF2 to generate test encryption keys in the shell

2014-04-09 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13964848#comment-13964848
 ] 

Andrew Purtell commented on HBASE-10951:


Tested manually with the shell.

 Use PBKDF2 to generate test encryption keys in the shell
 

 Key: HBASE-10951
 URL: https://issues.apache.org/jira/browse/HBASE-10951
 Project: HBase
  Issue Type: Improvement
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Trivial
 Fix For: 0.99.0, 0.98.2

 Attachments: HBASE-10951.patch


 We provide some support in the shell for setting the column family data 
 encryption key, which enables some simple testing when kicking the tires. (CF 
 data key management should be done using the Java API.) Despite the very 
 modest goal there might be an objection to using a hash instead of a key 
 derivation function, so just go ahead and do that. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10951) Use PBKDF2 to generate test encryption keys in the shell

2014-04-09 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13964998#comment-13964998
 ] 

stack commented on HBASE-10951:
---

lgtm

Any compatibility issue (its one way encryption, right?)

 Use PBKDF2 to generate test encryption keys in the shell
 

 Key: HBASE-10951
 URL: https://issues.apache.org/jira/browse/HBASE-10951
 Project: HBase
  Issue Type: Improvement
Reporter: Andrew Purtell
Assignee: Andrew Purtell
Priority: Trivial
 Fix For: 0.99.0, 0.98.2

 Attachments: HBASE-10951.patch


 We provide some support in the shell for setting the column family data 
 encryption key, which enables some simple testing when kicking the tires. (CF 
 data key management should be done using the Java API.) Despite the very 
 modest goal there might be an objection to using a hash instead of a key 
 derivation function, so just go ahead and do that. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)