Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 409 Bytes

sha1.adoc

File metadata and controls

25 lines (20 loc) · 409 Bytes

Crypto::SHA1()

Crypto::SHA1(string) => String

sha1 function implementation

Table 1. Parameters

string

String

String to get result of Secure Hash Algorithm 1

Return

Result of sha1

Example
println(Crypto::SHA1("String")); //Will pritn "3DF63B7ACB0522DA685DAD5FE84B81FDD7B25264"