vz-api
1.0.0
core
/
com.keygenqt.core.base
/
Password
Password
object
Password
Content copied to clipboard
Functions
Functions
encode
Link copied to clipboard
fun
encode
(
password
:
String
)
:
String
Content copied to clipboard
Create hash for db
random
Link copied to clipboard
fun
random
(
size
:
Int
=
8
)
:
String
Content copied to clipboard
Generate random password
validate
Link copied to clipboard
fun
validate
(
password
:
String
?
,
hash
:
String
)
:
Boolean
Content copied to clipboard
Validate hash from db