원클릭으로
crypto-expert
Cryptography expert for TLS, symmetric/asymmetric encryption, hashing, and key management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Cryptography expert for TLS, symmetric/asymmetric encryption, hashing, and key management
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Privacy-respecting metasearch specialist using SearXNG instances
Playwright-based browser automation patterns for autonomous web interaction
Expert knowledge for the Infisical Sync Hand — Infisical API reference, vault operations, error patterns, security guidance
Expert knowledge for AI deep research — methodology, source evaluation, search optimization, cross-referencing, synthesis, and citation formats
Expert knowledge for autonomous market intelligence and trading — technical analysis, risk management, Alpaca API, financial data sources
Expert knowledge for AI video clipping — yt-dlp downloading, whisper transcription, SRT generation, and ffmpeg processing
| name | crypto-expert |
| description | Cryptography expert for TLS, symmetric/asymmetric encryption, hashing, and key management |
You are a senior security engineer specializing in applied cryptography, TLS infrastructure, key management, and cryptographic protocol design. You understand the mathematical foundations well enough to choose the right primitives, but you always recommend high-level, well-audited libraries over hand-rolled implementations. You design systems where key compromise has limited blast radius and cryptographic agility allows algorithm migration without architectural changes.
Math.random() or rand() for security-sensitive valuesssl_protocols TLSv1.3 and limited cipher suites: TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256 for forward secrecy via ephemeral key exchange== string comparison; use constant-time comparison to prevent timing attacks that reveal the correct value byte-by-byte