kerkour

所属分类:加密解密
开发工具:Rust
文件大小:243KB
下载次数:0
上传日期:2023-05-24 07:00:17
上 传 者sh-1993
说明:  (Ab)利用技术获取乐趣和利润。编程、黑客和创业@<https://kerkour.com>

文件列表:
.devcontainer (0, 2023-06-06)
.devcontainer\Dockerfile (839, 2023-06-06)
.devcontainer\bashrc (244, 2023-06-06)
.devcontainer\devcontainer.json (72, 2023-06-06)
.devcontainer\vimrc (19, 2023-06-06)
LICENSE.txt (11346, 2023-06-06)
blog (0, 2023-06-06)
blog\2021 (0, 2023-06-06)
blog\2021\2021_03_16_how_to_send_emails_in_rust (0, 2023-06-06)
blog\2021\2021_03_16_how_to_send_emails_in_rust\Cargo.lock (33967, 2023-06-06)
blog\2021\2021_03_16_how_to_send_emails_in_rust\Cargo.toml (730, 2023-06-06)
blog\2021\2021_03_16_how_to_send_emails_in_rust\src (0, 2023-06-06)
blog\2021\2021_03_16_how_to_send_emails_in_rust\src\main.rs (2299, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust (0, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\mmap (0, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\mmap\Cargo.lock (3077, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\mmap\Cargo.toml (236, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\mmap\src (0, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\mmap\src\main.rs (602, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\text (0, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\text\Cargo.lock (135, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\text\Cargo.toml (224, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\text\src (0, 2023-06-06)
blog\2021\2021_03_23_how_to_execute_shellcodes_from_memory_in_rust\text\src\main.rs (537, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image (0, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip (0, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\.dockerignore (8, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\Cargo.lock (22203, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\Cargo.toml (490, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\Dockerfile.alpine (1191, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\Dockerfile.debian (1206, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\Dockerfile.distroless (1107, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\Dockerfile.scratch (1192, 2023-06-06)
blog\2021\2021_04_06_rust_minimal_docker_image\myip\src (0, 2023-06-06)
... ...

# (Ab)using technology for fun & profit. Code accompanying my blog [https://kerkour.com](https://kerkour.com) ## 2023 * [Breaking SHA256: length extension attacks in practice](https://kerkour.com/sha256-length-extension-attacks) ## 2022 * [Hostname based router with axum in Rust](https://kerkour.com/rust-axum-hostname-router) * [The foundations of end-to-end encryption: Key exchange](https://kerkour.com/end-to-end-encryption-key-exchange-cryptography-rust) * [The foundations of end-to-end encryption: domain separation](https://kerkour.com/end-to-end-encryption-domain-separation-cryptography) * [How to securely encrypt a file with an insecure password in Rust (using Streaming Encryption + Argon2)](https://kerkour.com/rust-file-encryption-chacha20poly1305-argon2/) * [Secure and immutable development environments with Dev Containers](https://kerkour.com/secure-programming-with-vscode-dev-containers) ## 2021 * [4 ways to read a file in Rust](https://kerkour.com/rust-read-file) * [How to encrypt a file in Rust (Using streaming AEAD encryption)](https://kerkour.com/rust-file-encryption) * [Benchmarking symmetric encryption (AEAD) in Rust](https://kerkour.com/rust-symmetric-encryption-aead-benchmark/) * [Building a static site generator in 100 lines of Rust](https://kerkour.com/rust-static-site-generator) * [Reproductibe cross-compilation for Rust (with Docker)](https://kerkour.com/rust-reproductible-cross-compilation-with-docker/) * [Rust on ESP32](https://kerkour.com/rust-on-esp32) * [How to implement HTTP Long Polling in Go](https://kerkour.com/go-http-long-polling/) * [How to implement HTTP Long Polling in Rust](https://kerkour.com/rust-http-long-polling/) * [How to Write and Compile Shellcode in Rust](https://kerkour.com/shellcode-in-rust/) * [How to build a job queue with Rust and PostgreSQL](https://kerkour.com/rust-job-queue-with-postgresql/) * [How to sort a vector in Rust](https://kerkour.com/rust-how-to-sort-a-vector/) * [How to deal with large Cargo workspaces in Rust](https://kerkour.com/rust-large-cargo-workspace/) * [Rust, How to convert String to Int and Int to String](https://kerkour.com/rust-string-to-int-and-int-to-string/) * [A fast port scanner in 100 lines of Rust](https://kerkour.com/rust-fast-port-scanner/) * [15k inserts/s with Rust and SQLite](https://kerkour.com/high-performance-rust-with-sqlite/) * [How to deploy Rust on Heroku (with Docker)](https://kerkour.com/deploy-rust-on-heroku-with-docker/) * [How to implement worker pools in Rust](https://kerkour.com/rust-worker-pool/) * [How to create small Docker images for Rust](https://kerkour.com/rust-small-docker-image/) * [How to execute shellcodes from memory in Rust](https://kerkour.com/rust-execute-from-memory/) * [How to send emails with Rust](https://kerkour.com/rust-send-email/)

近期下载者

相关文件


收藏者