Skip to content
View Je1al's full-sized avatar

Block or report Je1al

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Je1al/README.md
Jelaletdin Seytjanov — Cybersecurity Engineer

LinkedIn Email Profile views

I build security-critical systems and cryptographic primitives from scratch —
the fastest way to understand how something breaks is to implement, attack, then defend it.


~/featured

Project What it is Stack
SecureIoT-Protocol Mutually authenticated secure channel for IoT — ephemeral X25519 + ChaCha20-Poly1305 + HKDF, sliding-window anti-replay, all crypto from scratch and RFC-validated C++17
car-security-simulator Automotive CAN-bus security platform — AUTOSAR SecOC, intrusion detection, UDS Security Access, attack simulation Python
network-traffic-analyzer PCAP parsing, protocol decoding, anomaly detection and an HTML reporting dashboard Python
stb-34.101.31 The STB 34.101.31 (Bel-T) standard — block cipher, hashing and modes, to spec C++
image-encryption-system Image encryption with chaotic maps (confusion / diffusion) Python

$ ls ~/arsenal


$ cat ~/focus.md
  • Applied cryptography — implementing primitives and protocols from scratch, validated against RFC/NIST test vectors
  • Network & traffic security — packet analysis, protocol dissection, anomaly detection
  • Embedded / automotive security — CAN bus, AUTOSAR SecOC, UDS, intrusion detection
  • Offensive security — exploit fundamentals and tooling (currently sharpening)
$ git log --stat  — GitHub activity

contribution snake

Pinned Loading

  1. stb-34.101.31 stb-34.101.31 Public

    Implementation of the STB 34.101.31 (Bel-T) cryptographic standard — block cipher, hashing and modes (C++).

    C++

  2. car-security-simulator car-security-simulator Public

    Automotive CAN-bus security research platform: AUTOSAR SecOC, CAN intrusion detection, UDS/ISO-TP Security Access, and attack simulation (replay/tamper/inject/DoS/fuzz). Runs in-process or on real …

    Python

  3. SecureIoT-Protocol SecureIoT-Protocol Public

    Secure-channel protocol for IoT in C++17: mutually authenticated handshake (ephemeral X25519 + PSK), ChaCha20-Poly1305 record layer, HKDF key schedule, and sliding-window anti-replay — crypto imple…

    C++

  4. RSA RSA Public

    RSA public-key cryptosystem implemented from scratch (C++).

    C++

  5. SHA-256 SHA-256 Public

    SHA-256 cryptographic hash function implemented from scratch (C++).

    C++