<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Cradicle Explorer</title>
    <link href="/css/bootstrap/bootstrap.min.css" rel="stylesheet">
    <style>
      .form-control-dark::placeholder {
          color: #aaa;
          opacity: 1;
      }
    </style>
    <link rel="stylesheet" href="/assets/fontawesome/css/all.min.css">
    <link rel="icon" type="image/png" href="/favicon.png">


                <link href="/css/dashboard.css" rel="stylesheet">
                </head>
                <body>
                <header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
                  <a class="navbar-brand col-md-3 col-lg-2 me-0 px-3 fs-6" href="/">Cradicle Explorer</a>
                  <button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
                    <span class="navbar-toggler-icon"></span>
                  </button>
                  <form method="get" action="/cgi-bin/main" style="width:100%;"><input class="form-control form-control-dark w-100 rounded-0 border-0" type="text" name="q" placeholder="Search repos" aria-label="Search"></form>
                  <div class="navbar-nav flex-row">
                    <div class="nav-item text-nowrap">
                      <a class="nav-link px-3 active" href="/cgi-bin/repo?id=z2ADKLfsXMdsFt7vQq6qQDnbPD9b8">lose95-keygen-rs</a>
                    </div>
                  </div>
                </header>
                <div class="container-fluid">
                  <div class="row">
                    <nav id="sidebarMenu" class="col-md-3 col-lg-2 d-md-block bg-dark sidebar collapse">
                      <div class="position-sticky pt-3 sidebar-sticky">
                        <ul class="nav flex-column">
                          <li class="nav-item">
                            <a class="nav-link active" href="/cgi-bin/repo?id=z2ADKLfsXMdsFt7vQq6qQDnbPD9b8">
                              <i class="align-text-bottom fa-solid fa-info"></i>
                              Info
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z2ADKLfsXMdsFt7vQq6qQDnbPD9b8&issue=list">
                              <i class="align-text-bottom fa-solid fa-layer-group"></i>
                              Issues
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z2ADKLfsXMdsFt7vQq6qQDnbPD9b8&patch=list">
                              <i class="align-text-bottom fa-solid fa-vest-patches"></i>
                              Patches
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z2ADKLfsXMdsFt7vQq6qQDnbPD9b8&wallet=list">
                              <i class="align-text-bottom fa-solid fa-wallet"></i>
                              Wallets
                            </a>
                          </li>
                          <li class="nav-item">
                            <a class="nav-link" href="/cgi-bin/repo?id=z2ADKLfsXMdsFt7vQq6qQDnbPD9b8&source=.">
                              <i class="align-text-bottom fa-solid fa-code"></i>
                              Source
                            </a>
                          </li>
                        <h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted text-uppercase">
                          <span></span>
                        </h6>
                        <ul class="nav flex-column mb-2">
                        
                        </ul>
                      </div>
                    </nav>
                <main class="col-md-9 ms-sm-auto col-lg-10">
                  <div class="container px-1 py-3">
        

    <div class="list-group">
    <div class="list-group-item">
    <div style="font-size:1.3rem;">lose95-keygen-rs</div>
    <div class="repo-item">Losedows 95 retail keygen</div>
    <div>rad:z2ADKLfsXMdsFt7vQq6qQDnbPD9b8</div>
    </div>
    <div class="list-group-item">
    <div>Visibility</div>
    <div class="repo-item">public</div>
    </div>
    <div class="list-group-item">
    <div>Delegates</div><div class="repo-item">did:key:z6MkgxbqsrA2Z4zn4SH2wedPgxbseiDwyor38ZvgnGozEoPn</div>
    </div>
    <div class="list-group-item">
    <div>Default branch</div>
    <div><span class="repo-item">main &#8594 f5321d16d26fbee80a459dfddecc7cb2d4110841</span> (Sat Sep 13 14:17:26 2025)</div>
    </div>
    <div class="list-group-item">
    <div>Threshold</div>
    <div class="repo-item">1</div>
    </div>
    </div>
    
        <div class="list-group mt-3">
        <div class="list-group-item">
        <div class="mb-2" style="font-weight:bold;"><i class="fa-solid fa-book"></i> README.md</div>
        <pre style="margin:0; font-size:0.85rem; overflow-x:auto; color:#fafafa;"># A tool to generate losedows 95 keys

It generates a losedows 95 retail key in the format BBB-AAAAAAA and a losedows 95 OEM key in the format CCCDD-OEM-00AAAAA-RRRRR where CCC is 3 digits &lt; 367 and DD is 95 or 96 or 97 or 98 or 99
or 00 or 01 or 02 or 03 and RRRRR is 5 random digits where BBB is 3 digits that are not 333 or 444 or 555 or 666 or 777 or 888 or 999
and AAAAAAA is 7 digits where the sum of them is divisible by 7 with no remainder and 00AAAAA is the same but the first 2 digits are 0.
 Losedows 95 does not actualy care about charector 3 of the retail key

## Usage as executable
Can be ran as a command in the syntax
`lose95-keygen-rs version keys_printed`
Version currently can only be `0` but in the future will be able to controll what format arguments will be taken in and what format stuff will be outputted in.
Keys_printed defaults to 255(`all`) witch outputs all keys but if set to 0(`retail`) it only outputs the retail key and if it is 1(`OEM`) (case insensitive) it only outputs the oem key

## Usage as library
Add
```toml
[dependencies]
lose95-keygen-rs = &quot;1.1.1&quot;
```
to your `Cargo.toml`
Use `gen_retail(0)` to generate a retail key as a String
or `gen_oem(0)` to generate a OEM key as a String
or `gen_array(0, zeroed_digits_at_start)` to generates a array of 7 digits where the sum of the digits is divisible by 7 with`zeroed_digits_at_start` digits of the start of the array that are 0

## Installation
  To install run `cargo install lose95-keygen-rs`
  If that fails try `cargo install --locked lose95-keygen-rs`
  If that fails make sure you have cargo installed by running `cargo --version` and that your rust version is ≥ `1.85.1` by running `rustc -Vv`
  If you install rust using packages provided by your distribution, use `rustup` instead to get the latest version of rust.
## Radicle and Github
  This project was maintained on [codeberg](https://codeberg.org/Velocifyer/lose95-keygen-rs). A mirror is avalible on [github](https://github.com/Velocifyer/lose95-keygen-rs) and [radicle](https://app.radicle.xyz/nodes/seed.radicle.garden/rad%3Az2ADKLfsXMdsFt7vQq6qQDnbPD9b8)

## Self Promotion
  If you use cargo-crev, you should add `s67f2b5NTRWJYdgpElWYvNNIXZPLVFK0aTP3IcMo5ck` `https://ash.radicle.garden/zZbBDS6L52The3V6RBqfGtxgKkGa.git`
</pre>
        </div>
        </div>

</div>
</main>
</div>
</div>


</body>
</html>

