# HashPassword Method Hashes an unencrypted password. ## Definition **Namespace:** CapyKit.Helpers **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d **C#** ``` C# public static string HashPassword( string password ) ``` **F#** ``` F# static member HashPassword : password : string -> string ``` #### Parameters
  String
The password.
#### Return Value String The hashed password. ## See Also #### Reference SecurityHelper Class CapyKit.Helpers Namespace