UNPKG
@sousafrc/cipherkey-lib
Version:
latest (0.1.9)
0.1.9
Biblioteca de criptografia do CipherKey
github.com/sousafrc/cipherkey-lib.git
sousafrc/cipherkey-lib
@sousafrc/cipherkey-lib
/
lib
/
helpers
/
cipherkey.d.ts
3 lines
(2 loc)
•
247 B
TypeScript
View Raw
1
2
3
export
declare
const
sanitize
:
(
cipherkey
:
string
,
no_symbols
?:
boolean
,
no_numbers
?:
boolean
) =>
string
;
export
declare
const
generateCipherKey
:
(
to_hash
:
string
,
cipherkey_length
:
number
,
website
:
string
,
username
:
string
) =>
Promise
<
string
>;