DEV Community

Plugecon
Plugecon

Posted on

Hello DEV! I'm Plugecon — security developer

Hey DEV community!

I'm Plugecon, a security-focused developer working with
C/C++, Python, PHP and Node.js. My main interests are
cryptography, low-level programming and offensive security tools.

What I'm working on

Recently I built MiiraCrypt — a command-line file encryption
tool for Windows using AES-256-CBC with no third-party dependencies,
just the native Windows BCrypt API.

Key features:

  • AES-256-CBC encryption
  • PBKDF2 key derivation (100 000 iterations)
  • Random salt + IV per file
  • No headers — output is indistinguishable from random data

GitHub: https://github.com/Plugecon/MiiraCrypt

What's next

Working on improving MiiraCrypt and exploring more
low-level security tools. Looking forward to sharing more projects here!

Top comments (0)