This commit is contained in:
2025-12-09 21:46:46 +01:00
parent 19ec048d72
commit edb1aadf04
8 changed files with 315 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+6
View File
@@ -15,4 +15,10 @@ async def browser_local_cryptography_strength(request: Request):
async def pigeonhole_principle_simulation(request: Request):
return templates.TemplateResponse(
request=request, name="pigeonhole.html"
)
@security_router.get("/noise-letter")
async def noise_letter_visualization(request: Request):
return templates.TemplateResponse(
request=request, name="noise_letter.html"
)