UNPKG
encrypted-fetcher
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
0.0.0
Rest API Fetcher with AES Encryption
github.com/samchon/encrypted-fetcher
samchon/encrypted-fetcher
encrypted-fetcher
/
lib
/
AesPkcs5.d.ts
6 lines
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
namespace
AesPkcs5
{
function
encode
(
data
:
string
,
key
:
string
,
iv
:
string
):
string
;
function
decode
(
data
:
string
,
key
:
string
,
iv
:
string
):
string
;
function
random
(
length
:
16
|
32
):
string
; }
//# sourceMappingURL=AesPkcs5.d.ts.map