You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/03/26 23:36:26 UTC

[GitHub] [incubator-teaclave] mssun opened a new issue #251: Implement subcommond in teaclave_cli for encryption/decryption

mssun opened a new issue #251: Implement subcommond in teaclave_cli for encryption/decryption
URL: https://github.com/apache/incubator-teaclave/issues/251
 
 
   The subcommand interfaces:
   
   ```
   teaclave_cli encrypt --algorithm teaclave_file_128 --input-file input.txt --output-file output.enc
   teaclave_cli encrypt -a teaclave_file_128 -i input.txt -o output.enc
   
   teaclave_cli decrypt --algorithm teaclave_file_128 --input-file input.enc --output-file output.txt
   teaclave_cli decrypt -a teaclave_file_128 -i input.enc -o output.txt
   ```
   
   Currently, supported algorithms are:
   - aes_gcm_128
   - aes_gcm_256
   - teaclave_file_128

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun closed issue #251: Implement subcommond in teaclave_cli for encryption/decryption

Posted by GitBox <gi...@apache.org>.
mssun closed issue #251: Implement subcommond in teaclave_cli for encryption/decryption
URL: https://github.com/apache/incubator-teaclave/issues/251
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave] mssun commented on issue #251: Implement subcommond in teaclave_cli for encryption/decryption

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #251: Implement subcommond in teaclave_cli for encryption/decryption
URL: https://github.com/apache/incubator-teaclave/issues/251#issuecomment-615532740
 
 
   Fixed in 7ba355f2b196b23ed07c2f12579f8d421f5a72c1.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org