Hi,
Is there any built in function or something that can be used within ebase script to encrypt the string?
Thanks in advance for the help.
how to encrypt string in ebase?
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
-
- Ebase User
- Posts: 331
- Joined: Mon Mar 10, 2014 8:34 am
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Thanks.
I think it would be great if there are examples on it.
I think it would be great if there are examples on it.
Steve James wrote:The help system is pretty good.
http://dev-docs.verj.io/ufs/search.jsp?query=encrypt
0 x
-
- Ebase User
- Posts: 331
- Joined: Mon Mar 10, 2014 8:34 am
I agree examples would be good.
Code: Select all
var encryptedValue = EncryptionServices.encrypt("Fred");
log encryptedValue;
var name = EncryptionServices.decrypt(encryptedValue);
log name;
0 x
-
- Ebase User
- Posts: 305
- Joined: Thu Jul 02, 2015 8:32 am
- Location: Indonesia
Thank you 

Steve James wrote:I agree examples would be good.
Code: Select all
var encryptedValue = EncryptionServices.encrypt("Fred"); log encryptedValue; var name = EncryptionServices.decrypt(encryptedValue); log name;
0 x
Who is online
Users browsing this forum: No registered users and 21 guests