No description
  • Rust 71.5%
  • PowerShell 28.5%
Find a file
apetl 65c85d4ead feat(simulate-corruption.ps1): add script to corrupt a file by writing random data
Add a PowerShell script to simulate file corruption by writing random bytes
to a specified file. This helps in testing the robustness of file handling
mechanisms.
2024-07-15 16:21:34 -05:00
src feat: add encryption and decryption functionality 2024-06-04 19:42:29 -05:00
.gitignore chore(gitignore): add .idea/ to ignore IntelliJ project files 2024-06-06 18:00:16 -05:00
Cargo.lock feat: add encryption and decryption functionality 2024-06-04 19:42:29 -05:00
Cargo.toml feat: add encryption and decryption functionality 2024-06-04 19:42:29 -05:00
simulate-corruption.ps1 feat(simulate-corruption.ps1): add script to corrupt a file by writing random data 2024-07-15 16:21:34 -05:00
test.rcp chore: remove unused files ff.png, test.bak.txt, and uncrypted.txt 2024-06-06 17:51:16 -05:00
test.txt feat: add encryption and decryption functionality 2024-06-04 19:42:29 -05:00