Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibPDF-js/core
/ standard-handler.test.ts
File
standard-handler.test.ts
src/security/standard-handler.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"vitest"
;
2
3
import
{ aesEncrypt } from
"./ciphers/aes"
;
4
import
{ RC4Cipher } from
"./ciphers/rc4"
;
Callers
nothing calls this directly
Calls
14
tryEmptyPassword
Function · 0.90
deriveObjectKey
Function · 0.90
aesEncrypt
Function · 0.90
createR3Setup
Function · 0.85
createR4Setup
Function · 0.85
createR6Setup
Function · 0.85
decryptString
Method · 0.80
decryptStream
Method · 0.80
authenticateWithString
Method · 0.80
shouldEncryptStream
Method · 0.80
authenticate
Method · 0.65
encode
Method · 0.65
Tested by
no test coverage detected