Functions related to encrypt and decrypt

Hi,
Is there any function in Haxe using which I can encrypt and decrypt a string in my program? If yes then what is the name of that function? Please also send me their documentation details.

Best Regards …
Pankaj Kumar

Hi Pankaj, please have a look at haxe.crypto: haxe.crypto - Haxe 4.3.1 API
There are also a few other libraries: Search for "crypto"
You will see there are many functions to use, depending on the type of encryption you want.