<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Hi all we are using glideencrypter for encrypting the data again we are using the decrypt method for decrypting the same data. It is working fine for combination of text and some special characters but while using with &amp;quot; and / special characters we a in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796448#M368227</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;GlideEncrypter is used to store sensitive information like passwords. It should definitely work with those characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tested your problem with the following and got the correct result:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;var encrypter = new GlideEncrypter(); 
var clearString = '"/*ab*cd*efg/'; 
var encrString = encrypter.encrypt(clearString);
var decrString = encrypter.decrypt(encrString); 
gs.print("Encrypted string = " + encrString); 
gs.print("Decrypted string = " + decrString);

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 17:14:20 GMT</pubDate>
    <dc:creator>Lansford Hazel</dc:creator>
    <dc:date>2020-01-29T17:14:20Z</dc:date>
    <item>
      <title>Hi all we are using glideencrypter for encrypting the data again we are using the decrypt method for decrypting the same data. It is working fine for combination of text and some special characters but while using with " and / special characters we a</title>
      <link>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796447#M368226</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Hi all we are using glideencrypter for encrypting the data again we are using the decrypt method for decrypting the same data. It is working fine for combination of text and some special characters but while using with " and / special characters we are getting additional back slashes next to " and / Can anyone please help me on this one&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 17:02:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796447#M368226</guid>
      <dc:creator>Santhosh23</dc:creator>
      <dc:date>2020-01-29T17:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all we are using glideencrypter for encrypting the data again we are using the decrypt method for decrypting the same data. It is working fine for combination of text and some special characters but while using with " and / special characters we a</title>
      <link>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796448#M368227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;GlideEncrypter is used to store sensitive information like passwords. It should definitely work with those characters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tested your problem with the following and got the correct result:&lt;/P&gt;
&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;var encrypter = new GlideEncrypter(); 
var clearString = '"/*ab*cd*efg/'; 
var encrString = encrypter.encrypt(clearString);
var decrString = encrypter.decrypt(encrString); 
gs.print("Encrypted string = " + encrString); 
gs.print("Decrypted string = " + decrString);

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 17:14:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796448#M368227</guid>
      <dc:creator>Lansford Hazel</dc:creator>
      <dc:date>2020-01-29T17:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all we are using glideencrypter for encrypting the data again we are using the decrypt method for decrypting the same data. It is working fine for combination of text and some special characters but while using with " and / special characters we a</title>
      <link>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796449#M368228</link>
      <description>&lt;P&gt;Hi Hazel, Thanks for your reply. I tried with the below parameters and it is not working. can you please check on this.&lt;/P&gt;
&lt;P&gt;var encr = new GlideEncrypter(); &lt;BR /&gt;var clearString = '/a*b"cde'fg''; &lt;BR /&gt;var encrString = encr.encrypt(clearString);&lt;BR /&gt;gs.print("Value of Encrypted String is" + encrString);&lt;BR /&gt;var decrString = encr.decrypt(encrString); &lt;BR /&gt;gs.print("Decrypted string = " + decrString);&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 03:01:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796449#M368228</guid>
      <dc:creator>Santhosh23</dc:creator>
      <dc:date>2020-01-30T03:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all we are using glideencrypter for encrypting the data again we are using the decrypt method for decrypting the same data. It is working fine for combination of text and some special characters but while using with " and / special characters we a</title>
      <link>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796450#M368229</link>
      <description>&lt;P&gt;whats the data type for your password field. try it with password2(as, it uses AES 256 bit secure algo).&lt;/P&gt;
&lt;P&gt;you may also check -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=e27047e1db98dbc01dcaf3231f961920" rel="nofollow"&gt;https://community.servicenow.com/community?id=community_question&amp;amp;sys_id=e27047e1db98dbc01dcaf3231f961920&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://servicenowgems.com/2017/08/30/decrypting-password-fields-automatically/" rel="nofollow"&gt;https://servicenowgems.com/2017/08/30/decrypting-password-fields-automatically/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 03:21:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796450#M368229</guid>
      <dc:creator>chetanb</dc:creator>
      <dc:date>2020-01-30T03:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hi all we are using glideencrypter for encrypting the data again we are using the decrypt method for decrypting the same data. It is working fine for combination of text and some special characters but while using with " and / special characters we a</title>
      <link>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796451#M368230</link>
      <description>&lt;P&gt;Hello Santhosh,&lt;/P&gt;
&lt;P&gt;Refer the below article.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hi.service-now.com/kb_view.do?sysparm_article=KB0721958" rel="nofollow"&gt;https://hi.service-now.com/kb_view.do?sysparm_article=KB0721958&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:16:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/hi-all-we-are-using-glideencrypter-for-encrypting-the-data-again/m-p/796451#M368230</guid>
      <dc:creator>vinothkumar</dc:creator>
      <dc:date>2020-02-24T12:16:24Z</dc:date>
    </item>
  </channel>
</rss>

