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 be8fcecab84b7fa4ecb21d3a3b256b80aad842d0 Fix Dependabot: image-size (npm) (#33)
Committed 2026-09-03 08:15 UTC
Scanned 2026-09-13 03:43 UTC 1 hour ago
Coverage 67 files, 24 javascript

Earlier scans of this repository

12 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
1 hour ago this scan be8fcecab84b main 0 0
2 days ago be8fcecab84b main 0 0 Compare
2 days ago be8fcecab84b main 0 0 Compare
2 days ago be8fcecab84b main 0 0 Compare
3 days ago be8fcecab84b main 0 0 Compare
3 days ago be8fcecab84b main 0 0 Compare
3 days ago be8fcecab84b main 0 0 Compare
3 days ago be8fcecab84b main 0 0 Compare
5 days ago be8fcecab84b main 0 0 Compare
5 days ago be8fcecab84b main 0 0 Compare
7 days ago be8fcecab84b main 0 0 Compare
11 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