[
https://issues.apache.org/jira/browse/CMIS-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15981527#comment-15981527
]
Florian Müller commented on CMIS-1023:
--------------------------------------
PortCMIS does not implement nor directly uses any encryption algorithm.
But don't believe me. It's open source. Do a code scan.
However, PortCMIS can open a HTTPS connection, which is encrypted. I'm not sure
if this fits into your category.
> 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)