https://github.com/juergenhoetzel/restic-bruteforce
A naive restic brute force tool implemented in C
https://github.com/juergenhoetzel/restic-bruteforce
bruteforce bruteforce-password-cracker restic
Last synced: 3 months ago
JSON representation
A naive restic brute force tool implemented in C
- Host: GitHub
- URL: https://github.com/juergenhoetzel/restic-bruteforce
- Owner: juergenhoetzel
- Created: 2020-12-18T16:37:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T19:13:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T08:12:30.114Z (9 months ago)
- Topics: bruteforce, bruteforce-password-cracker, restic
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: A naive restic brute force tool implemented in C
Of course, it would have been much easier to implement this in =go= using [[https://github.com/restic/restic][restic]] code.
I just wanted to refresh my =C= knowledge and learn something about the internals of [[https://github.com/restic/restic][restic]] and the API of [[https://github.com/openssl/openssl][OpenSSL]].
* Usage
Get crypto parameters from restic-repo:
#+begin_src bash
$ jq