# Encrypt Method Encrypts the given password using a defined algorithm. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# byte[] Encrypt( string password, params Object[] args ) ``` **F#** ``` F# abstract Encrypt : password : string * args : Object[] -> byte[] ``` #### Parameters