<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Java Cryptography Architecture (JCA) Tools</title><link>/b/appmarket/posts/java-cryptography-architecture-jca-tools</link><description>Overview 
 Contains Functions that expose functionality provided by the Java Cryptography Architecture (JCA): 
 
 cryptoprovideravailable(): Returns true if the given cryptographic service provider is available for use in the system, otherwise returns</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/b/appmarket/posts/java-cryptography-architecture-jca-tools</link><pubDate>Thu, 22 May 2025 12:35:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99c169ed-bbaa-42e5-9b07-c7b660dabb3d</guid><dc:creator>williamp0003</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Something about this zip file is getting it blocked by my network security. I don&amp;#39;t have a problem downloading most other plug ins&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=838&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/b/appmarket/posts/java-cryptography-architecture-jca-tools</link><pubDate>Fri, 28 Jun 2024 17:04:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99c169ed-bbaa-42e5-9b07-c7b660dabb3d</guid><dc:creator>rahulb1099</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;is there any documentation&lt;span&gt;&amp;nbsp;to understand more on&amp;nbsp;macsignature()? Is it related to javax.Crypto.Mac class?&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=838&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/b/appmarket/posts/java-cryptography-architecture-jca-tools</link><pubDate>Thu, 19 Sep 2019 09:03:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99c169ed-bbaa-42e5-9b07-c7b660dabb3d</guid><dc:creator>yusufa</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hi,&lt;br /&gt;I&amp;#39;m trying to encrypt a password using &amp;quot;AES/ECB/PKCS5Padding&amp;quot; but failed so far.&lt;/p&gt;
&lt;p&gt;For example the password is &amp;quot;Test&amp;quot; followed by a timestamp and SALT is &amp;quot;%aaa*+11/r5Testj8&amp;quot;&lt;/p&gt;
&lt;p&gt;I would expect something like this:&lt;br /&gt;Plain text is: &amp;#39;Test19.09.2019 10:45:12&amp;#39; &lt;br /&gt;Encrypted text is &amp;#39;S/WAvRLGqQ0HO25DpRYAzoO5ML3ZYbo0UT65lS80yr0=&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;My approach is:&lt;br /&gt;passwordencrypt( &lt;br /&gt; cleartext: &amp;quot;Test19.09.2019 09:01:25&amp;quot;,&lt;br /&gt; password: &amp;quot;Test&amp;quot;,&lt;br /&gt; salt: keyencrypt(cleartext: &amp;quot;%aaa*+00/r5Test9&amp;quot;, key: text2hex(&amp;quot;%aaa*+00/r5Test9&amp;quot;), transformation: &amp;quot;AES&amp;quot;),&lt;br /&gt; iterationCount: 1000,&lt;br /&gt; transformation : &amp;quot;AES/ECB/PKCS5PADDING&amp;quot;&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Error: java.security.NoSuchAlgorithmException: AES/ECB/PKCS5PADDING SecretKeyFactory not available&lt;/p&gt;
&lt;p&gt;Any help? &lt;br /&gt;Thanks&lt;br /&gt;Yusuf&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=838&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/b/appmarket/posts/java-cryptography-architecture-jca-tools</link><pubDate>Fri, 14 Jun 2019 20:10:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99c169ed-bbaa-42e5-9b07-c7b660dabb3d</guid><dc:creator>scotte0001</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I can&amp;#39;t get the provider argument to work I keep getting &amp;quot;&lt;span&gt;Expression evaluation error at function &amp;#39;keyencrypt&amp;#39;: The provided iv (SunJCE) is not a valid hex string.&amp;quot;&lt;/span&gt;&amp;nbsp;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:191b87d9-7aee-4996-96eb-ce441b21e8e8:type=text&amp;text=keyencrypt%28%20%0D%0A%20%20cleartext%3Aa%21toJson%28value%3A%20%7BClaimOne%3A%22SECRET%22%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2C%20ClaimTwo%3A%20%22SECRET%22%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2C%20ClaimThree%3A%20%22SECRET%22%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%29%0D%0A%20%20%2C%20key%3A%20text2hex%28%22KjEP3N8I4zLmT9n0N%2FCNuQ%3D%3D%22%29%0D%0A%20%20%2C%20transformation%20%3A%20%22AES%2FECB%2FPKCS5Padding%22%0D%0A%20%20%2C%20provider%3A%20%22SunJCE%22%0D%0A%29]&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=838&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/b/appmarket/posts/java-cryptography-architecture-jca-tools</link><pubDate>Tue, 28 May 2019 09:36:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99c169ed-bbaa-42e5-9b07-c7b660dabb3d</guid><dc:creator>eshbeata</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Can you provide example of RSA ?&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=838&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Java Cryptography Architecture (JCA) Tools</title><link>https://community.appian.com/b/appmarket/posts/java-cryptography-architecture-jca-tools</link><pubDate>Fri, 24 May 2019 12:32:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99c169ed-bbaa-42e5-9b07-c7b660dabb3d</guid><dc:creator>scotte0001</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Does this plugin give me the ability to do&amp;nbsp;&lt;span&gt;AES base64 encryption on a string?&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.appian.com/aggbug?PostID=838&amp;AppID=50&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>