Skip to content

Instantly share code, notes, and snippets.

@u1rb
u1rb / 1_README.md
Last active February 1, 2026 09:57
ChaCha20 Project - Encrypted Archive 🔐 (password protected)

ChaCha20 Project - Encrypted Archive 🔐

This Gist contains a ChaCha20-encrypted ZIP archive of the project.

🔓 Quick Decrypt (One-liner)

# Download, decode, decrypt, extract - all in one
curl -sL "https://gist.githubusercontent.com/u1rb/e68757a54c17044442dba3b28efdb302/raw/2_chacha20.zip.enc.b64" | base64 -d > enc.bin && \
python3 -c "
@u1rb
u1rb / README.md
Created February 1, 2026 09:56
ChaCha20 Project - Encrypted Archive (password protected)

Initializing...

This gist will contain an encrypted ZIP archive.

@u1rb
u1rb / 00_README.md
Last active February 1, 2026 09:45
ChaCha20 Project - Complete ZIP Archive (base64 encoded)

ChaCha20 Project Archive

This Gist contains a base64-encoded ZIP archive of the ChaCha20 project.

⚡ Quick Extract (One-liner)

curl -sL "https://gist.githubusercontent.com/u1rb/1222f294439e58a74ba1d04817711389/raw/chacha20.zip.b64" | base64 -d > chacha20.zip && unzip chacha20.zip
@u1rb
u1rb / README.md
Created February 1, 2026 09:44
ChaCha20 Project - Self-Extracting ZIP Archive (Single File Distribution)

ChaCha20 Project - Single File Distribution

这是一个自包含的项目分发包,包含 ChaCha20 性能测试和加密工具的 ZIP 压缩包

快速使用

方式 1: 下载并执行自解压脚本

# 下载
@u1rb
u1rb / README.md
Created February 1, 2026 09:44
ChaCha20 Project Archive (ZIP) - Performance Benchmarks & Encryption Tools

ChaCha20 Project Archive

This Gist contains the complete ChaCha20 project as a base64-encoded ZIP file.

Quick Restore

Option 1: Manual decode

# Download and decode
curl -sL "RAW_URL_OF_chacha20.zip.b64" | base64 -d > chacha20.zip
@u1rb
u1rb / README.md
Created February 1, 2026 09:43
ChaCha20 Project Archive (ZIP) - Performance Benchmarks & Encryption Tools

ChaCha20 Project Archive

This Gist contains the complete ChaCha20 project as a base64-encoded ZIP file.

Quick Restore

Option 1: Manual decode

# Download and decode
curl -sL "RAW_URL_OF_chacha20.zip.b64" | base64 -d > chacha20.zip
@u1rb
u1rb / 00_README.md
Created February 1, 2026 09:40
ChaCha20 Performance Benchmarks & Encryption Tools (Go, Rust, OpenSSL)

ChaCha20 性能测试与加密工具

本项目包含 ChaCha20 加密算法的性能测试代码和实用工具。

目录结构

chacha20/
├── scripts/
│ └── secure_archive.sh # TAR + ZSTD + ChaCha20 加密脚本
@u1rb
u1rb / 00_README.md
Created February 1, 2026 09:40
ChaCha20 Performance Benchmarks & Encryption Tools (Go, Rust, OpenSSL)

ChaCha20 性能测试与加密工具

本项目包含 ChaCha20 加密算法的性能测试代码和实用工具。

目录结构

chacha20/
├── scripts/
│ └── secure_archive.sh # TAR + ZSTD + ChaCha20 加密脚本
@u1rb
u1rb / 00_README.md
Created February 1, 2026 09:40
ChaCha20 Performance Benchmarks & Encryption Tools (Go, Rust, OpenSSL)

ChaCha20 性能测试与加密工具

本项目包含 ChaCha20 加密算法的性能测试代码和实用工具。

目录结构

chacha20/
├── scripts/
│ └── secure_archive.sh # TAR + ZSTD + ChaCha20 加密脚本