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/08/11 10:17:54 UTC

[GitHub] [incubator-teaclave] hoshinoko opened a new issue #404: About teaclave-file-128 encryption algorithm error

hoshinoko opened a new issue #404:
URL: https://github.com/apache/incubator-teaclave/issues/404


   There is no problem with using teaclave-file-128 to encrypt and decrypt data in cli, but when I use teaclave-file-128 to run in Simulation Mode, I found that the key can only take a number less than 2 digits. If it exceeds, an error will occur. What format is the key of teaclave-file-128?
   
   ![Q 7J~VRT$ 4BLG9)H8DP11H](https://user-images.githubusercontent.com/32092170/89886098-a8e55780-dbfe-11ea-9e4a-9d634ecc8e57.png)
   key:000...0001234
   
   ![528d027737e252cc330d8120da95e9d](https://user-images.githubusercontent.com/32092170/89886240-e1853100-dbfe-11ea-8741-56e79c8135ba.png)
   key:000...0000004


----------------------------------------------------------------
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



---------------------------------------------------------------------
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 #404: About teaclave-file-128 encryption algorithm error

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #404:
URL: https://github.com/apache/incubator-teaclave/issues/404#issuecomment-680284944


   Since there is no update on this issue, I'm closing it. Feel free to reopen if you think it's still valid. Thanks.


----------------------------------------------------------------
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



---------------------------------------------------------------------
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 #404: About teaclave-file-128 encryption algorithm error

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #404:
URL: https://github.com/apache/incubator-teaclave/issues/404#issuecomment-678496073


   Hi @hoshinoko, any update?


----------------------------------------------------------------
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



---------------------------------------------------------------------
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 #404: About teaclave-file-128 encryption algorithm error

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #404:
URL: https://github.com/apache/incubator-teaclave/issues/404#issuecomment-673110672


   Thanks for your report.
   
   For CLI, the key is in hex format, while in Python SDK, key is in binary array.
   
   `00000000000000000000000000001234` should be `[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x12, 0x34]`.


----------------------------------------------------------------
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



---------------------------------------------------------------------
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 #404: About teaclave-file-128 encryption algorithm error

Posted by GitBox <gi...@apache.org>.
mssun closed issue #404:
URL: https://github.com/apache/incubator-teaclave/issues/404


   


----------------------------------------------------------------
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



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