1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-12-26 07:09:50 +05:30
polonium/README.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2024-07-06 20:08:57 +05:30
# Polonium
**Project status:** :warning: Work In Progress
2024-07-06 20:13:31 +05:30
2024-11-18 02:28:00 +05:30
**Polonium** is a deliberate file corrupter simulating polonium radiation,
2024-07-06 20:08:57 +05:30
damaging files as if bits of file are exposed to it. It modifies file contents,
causing degradation or information loss by bit flipping. Written in ISO C99.
> **Warning**
> This program is designed to intentionally damage or destroy files passed to
> it, leading to irreversible data loss. Use of this software is at your own
> risk, and you are solely responsible for any consequences of its use.
2024-07-12 00:55:26 +05:30
## Git mirrors
2024-09-22 14:59:05 +05:30
- [Forgejo at Disroot][Forgejo at Disroot]: main repository
- [GitLab][GitLab]: used for automated program testing using CI
[Forgejo at Disroot]: https://git.disroot.org/80486DX2-66/polonium
[GitLab]: https://gitlab.com/80486DX2-66/polonium
2024-07-12 00:55:26 +05:30
2024-07-06 20:08:57 +05:30
## License
Dual-licensed under the [Creative Commons Zero 1.0 Universal][CC0-1.0]
([`COPYING`](COPYING)) or [Unlicense][Unlicense] ([`LICENSE`](LICENSE)).
[CC0-1.0]: https://creativecommons.org/publicdomain/zero/1.0/legalcode
[Unlicense]: https://unlicense.org