oxidized-crypto 0.1.0-dev.ffe736c

Minecraft protocol cryptography — AES-128-CFB8 stream cipher, RSA-1024 keypair generation, Minecraft SHA-1 digest
Documentation
# Security Policy

## Supported Versions

| Version | Supported |
|---------|----------|
| `main` (latest) ||
| older releases ||

## Reporting a Vulnerability

**Please do not open a public GitHub issue for security vulnerabilities.**

Report security issues by using
[GitHub's private vulnerability reporting](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability)
on this repository.

Include:
- A description of the vulnerability and its impact
- Steps to reproduce (proof-of-concept if possible)
- Affected versions/commits

We will acknowledge your report within **72 hours** and aim to release a fix
within **7 days** for critical issues.

## Scope

This project is a **library crate**. Relevant vulnerability classes:

- Cryptographic implementation flaws (weak randomness, incorrect cipher usage)
- Key material exposure or leakage
- Memory safety issues (should be none — the crate enforces `#![deny(unsafe_code)]`)

Out of scope: game logic bugs, upstream dependency issues (report those to the
dependency maintainer directly).