Brute forcing protected ZIP archives in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. GPUZipCracker

    A macOS GPU-accelerated encrypted ZIP archive cracking tool.

    Maybe look at this one: https://github.com/eldade/GPUZipCracker

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. zip_dict_attack

    Program to determine the password of an encrypted ZIP file via dictionary attack.

  4. Rust-CUDA

    Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.

    With Rust-CUDA you can write Rust code to run on the GPU quite easily, long as the code is no_std (and you have a NVIDIA GPU).

  5. rust-gpu

    🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧

    Rust-GPU works too to compile Rust code to compute shaders. Then you can use wgpu to run the generated shader. It works for all GPUs but Rust-GPU is very much alpha software and doesn't support algebraic data types, iterators etc.

  6. wgpu

    A cross-platform, safe, pure-Rust graphics API.

    Rust-GPU works too to compile Rust code to compute shaders. Then you can use wgpu to run the generated shader. It works for all GPUs but Rust-GPU is very much alpha software and doesn't support algebraic data types, iterators etc.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How a Nerdsnipe Led to a Fast Implementation of Game of Life

    3 projects | /r/rust | 30 Jun 2023
  • Glsl transpiler, interpreter?

    3 projects | /r/rust | 10 Aug 2022
  • Repeatability: As Difficult as it is Important

    1 project | news.ycombinator.com | 4 Nov 2024
  • How to get started in Graphics Programming in 2024?

    1 project | news.ycombinator.com | 8 Oct 2024
  • First major release of gfx-rs/wgpu

    1 project | news.ycombinator.com | 18 Jul 2024