<?xml version="1.0" encoding="UTF-8" ?>
<?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>How to get data encrypted when Input into a field</title><link>https://community.appian.com/discussions/f/data/12902/how-to-get-data-encrypted-when-input-into-a-field</link><description>Hello, 
 The below is a code of one of my field 
 a!integerField( label: &amp;quot;Social Security Number &amp;quot;, labelPosition: &amp;quot;ABOVE&amp;quot;, value: ri!SSN, saveinto: ri!SSN, refreshAfter: &amp;quot;UNFOCUS&amp;quot;, required: true, readonly: false, validations: {} ) 
 How to encrypt the</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to get data encrypted when Input into a field</title><link>https://community.appian.com/thread/57982?ContentTypeID=1</link><pubDate>Mon, 16 Jul 2018 04:50:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c6badeaf-622c-464b-9f0c-3756909acf1a</guid><dc:creator>deviratnamv</dc:creator><description>Hi Nellorea,&lt;br /&gt;
&lt;br /&gt;
You can try below code once and might be helpful below link also&lt;br /&gt;
a!encryptedTextField(&lt;br /&gt;
label: &amp;quot;Encrypted Data&amp;quot;,&lt;br /&gt;
value : ri!string,&lt;br /&gt;
masked : true,&lt;br /&gt;
saveInto : ri!string,&lt;br /&gt;
refreshAfter: &amp;quot;KEYPRESS&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.2/Encrypted_Text_Component.html"&gt;docs.appian.com/.../Encrypted_Text_Component.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get data encrypted when Input into a field</title><link>https://community.appian.com/thread/57981?ContentTypeID=1</link><pubDate>Mon, 16 Jul 2018 04:22:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:19f00510-e9fb-4742-b69d-d3a3905ff7fe</guid><dc:creator>ravalik</dc:creator><description>&lt;p&gt;Hi nellorea,&lt;br /&gt; &lt;br /&gt; This may help you.&lt;br /&gt; &lt;a href="https://docs.appian.com/suite/help/18.2/Encrypted_Text_Component.html"&gt;docs.appian.com/.../Encrypted_Text_Component.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On a note you also need to look at the below one:&lt;/p&gt;
&lt;p&gt;1)The value is encrypted before it can be acted upon by a validation expression, no validation beyond checking for requiredness is possible with this component. For example, it is not possible to write an expression that validates that an id number matches the form xxx-xx-xxxx, nor is it possible to compare to values of type Encrypted Text to determine if they are equal.2&lt;/p&gt;
&lt;p&gt;2)When creating an interface that uses this component to save into an rule input of type Encrypted Text, the value of that input is not displayed inline in the Data pane. To access the value, click&amp;nbsp;&lt;code class="highlighter-rouge"&gt;[Encrypted Text]&lt;/code&gt;&amp;nbsp;in the value column.Literal values or variables of other types are not valid.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; &lt;br /&gt; Thanks,&lt;br /&gt; ravalik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get data encrypted when Input into a field</title><link>https://community.appian.com/thread/57965?ContentTypeID=1</link><pubDate>Sat, 14 Jul 2018 04:37:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6b686ab0-9d29-44ae-9a62-d7ae5761c9d4</guid><dc:creator>Kumar Agniwesh</dc:creator><description>from above example, What you can do is keep maked field as default in input field and in record field you can make mask as true &lt;br /&gt;
&lt;br /&gt;
a!encryptedTextField(&lt;br /&gt;
          label: &amp;quot;Test&amp;quot;,&lt;br /&gt;
          value : ri!Name,&lt;br /&gt;
          masked : true,&lt;br /&gt;
          saveInto : ri!Name&lt;br /&gt;
        ),&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to get data encrypted when Input into a field</title><link>https://community.appian.com/thread/57964?ContentTypeID=1</link><pubDate>Sat, 14 Jul 2018 04:27:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:addef826-42ed-4442-ab91-47125272ac80</guid><dc:creator>Kumar Agniwesh</dc:creator><description>you can use encrypt fnction avilable to do so.&lt;br /&gt;
Follow the link below to understand how it can be achived&lt;br /&gt;
&lt;a href="https://docs.appian.com/suite/help/18.2/Encrypted_Text_Component.html"&gt;docs.appian.com/.../Encrypted_Text_Component.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>