You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/picoctf2026/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import Spoiler from '@/components/mdx/Spoiler.astro'
14
14
15
15
PicoCTF 2026 just dropped and I won with **Cosmic Bit Flip** this year. See the leaderboard [here](https://play.picoctf.org/events/79/scoreboards). AI proved itself here, auto-solving all challenges in a very short time span.
16
16
17
-
## crypto/Dot-Product
17
+
## crypto/Secure DotProduct
18
18
19
19
> Our intern thought it was a great idea to vibe code a secure dot product server using our AES key. Having taken a class in linear algebra, they're confident the server can't ever leak our key, but I'm not so sure...
0 commit comments