Crypto-View

vlayer-xyz/vlayer-docs-2.0

Cryptographic posture

1 cryptographic location: 1 quantum-safe

67 files analysed.

Quantum-safe 1
To address0
Key establishment0
Inventory only0
Total findings1
What was analysed
Branch main
Commit ec5279affe8027fe555dc367050705a94def3d39 Fix Dependabot: sharp (npm) (#34)
Committed 2026-09-17 09:52 UTC
Scanned 2026-09-20 03:32 UTC 2 hours ago
Coverage 67 files, 24 javascript

Earlier scans of this repository

13 scans · compare any two
0 to 1 locations Quantum-safe 1 → 1 (unchanged) The filled point is the scan you are reading.
Scanned Commit To address Key establishment
2 hours ago this scan ec5279affe80 main 0 0
7 days ago be8fcecab84b main 0 0 Compare
9 days ago be8fcecab84b main 0 0 Compare
9 days ago be8fcecab84b main 0 0 Compare
10 days ago be8fcecab84b main 0 0 Compare
10 days ago be8fcecab84b main 0 0 Compare
10 days ago be8fcecab84b main 0 0 Compare
10 days ago be8fcecab84b main 0 0 Compare
10 days ago be8fcecab84b main 0 0 Compare
12 days ago be8fcecab84b main 0 0 Compare
12 days ago be8fcecab84b main 0 0 Compare
14 days ago be8fcecab84b main 0 0 Compare
18 days ago f4dbec29370d main 0 0 Compare

Every repository in this history is re-scanned weekly.

List of cryptographic assets

CSPRNG Quantum-safe 1 place See details

Random number generation

`crypto.randomBytes()`, `randomUUID()` or `getRandomValues()`. A platform CSPRNG is not a quantum exposure; it is recorded because an inventory that omits the randomness source is incomplete. `Math.random()` is a separate, present-day defect.

This is where the software gets its random numbers. Quantum computers do not weaken it.

What to do. No action.

  1. app/api/chat/route.ts:84 sessionId = crypto.randomUUID();
js.rng

Cryptographic assets

Algorithm Assessment What it means Occurrences
CSPRNG Quantum-safe A cryptographically secure random number generator provided by the platform. Not weakened by a quantum computer. 1