StiCryptHelper Class

Namespace: Stimulsoft.Base.Licenses

Methods

Method Returns Description
decrypt static string  
encrypt static string  
recrypt static string  

Method Details

decrypt static

decrypt(str: string, password: string): string

Parameters

  • str (string)
  • password (string)

Returns string


encrypt static

encrypt(str: string, password: string): string

Parameters

  • str (string)
  • password (string)

Returns string


recrypt static

recrypt(str: string, oldPassword: string, newPassword: string): string

Parameters

  • str (string)
  • oldPassword (string)
  • newPassword (string)

Returns string

Fields

Field Type Description
password any  
password any  
str any