You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2017/04/24 12:06:04 UTC

[jira] [Commented] (CMIS-1023) Is there any encryption used in PortCMIS?

    [ https://issues.apache.org/jira/browse/CMIS-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15981057#comment-15981057 ] 

Florian Müller commented on CMIS-1023:
--------------------------------------

These are the hash algorithms mentioned in the [Content Hash Property for Documents extension|https://www.oasis-open.org/committees/download.php/52673].

This has nothing to do with encryption.

> Is there any encryption used in PortCMIS?
> -----------------------------------------
>
>                 Key: CMIS-1023
>                 URL: https://issues.apache.org/jira/browse/CMIS-1023
>             Project: Chemistry
>          Issue Type: Wish
>    Affects Versions: PortCMIS 0.2.0
>            Reporter: Johannes Schacht
>
> I found the below definitions in the code, it is never used anywhere. This raised the question whether PortCMIS uses any encryption. Could you please clarify?
> {code}
>         /// <summary>Algorithm MD5</summary>
>         public const string AlgorithmMD5 = "md5";
>         /// <summary>Algorithm sha-1</summary>
>         public const string AlgorithmSHA1 = "sha-1";
>         /// <summary>Algorithm sha-224</summary>
>         public const string AlgorithmSHA224 = "sha-224";
>         /// <summary>Algorithm sha-256</summary>
>         public const string AlgorithmSHA256 = "sha-256";
>         /// <summary>Algorithm sha-384</summary>
>         public const string AlgorithmSHA384 = "sha-384";
>         /// <summary>Algorithm sha-512</summary>
>         public const string AlgorithmSHA512 = "sha-512";
>         /// <summary>Algorithm sha-3</summary>
>         public const string AlgorithmSHA3 = "sha-3";
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)