File: index.html

package info (click to toggle)
stepic 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: python: 208; makefile: 32; sh: 8
file content (44 lines) | stat: -rw-r--r-- 1,875 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
  <title>Stepic - Python image steganography</title>
</head>
<body>
  <h1>Stepic</h1>

  <p><strong>Python image steganography</strong></p>

  <p>Stepic is now maintained at <a href="https://launchpad.net/stepic">https://launchpad.net/stepic</a>.</p>

  <h2>Download</h2>

  <p>The latest release can be found on pypi or at <a href="https://launchpad.net/stepic/+download">https://launchpad.net/stepic/+download</a>.  If it is not available through your operating system package management system, you can install it from pypi using pip.</p>

  <p>If you are using Debian or Ubuntu, you can install the <strong>stepic</strong> package. Use the command: <code>sudo apt install stepic</code>.</p>

  <h2>Graphical User Interface</h2>

  <p><a href="https://github.com/psibi/Rizzy">Rizzy</a> is a graphical steganography tool built on Stepic. It supports AES encryption in addition to plain steganography.</p>

  <h2>Documentation</h2>

  <ul>
    <li><a href="pydoc/stepic.html">API documentation</a></li>
    <li><a href="help.txt"><code>stepic --help</code></a></li>
    <li><a href="http://domnit.org/blog/2007/02/stepic.html">Introduction</a></li>
    <li><a href="http://domnit.org/blog/2007/02/stepic-explanation.html">Explanation</a></li>
  </ul>

  <h2>Source code</h2>

  <p>Source code is managed in Git. It can be checked out using the command:</p>

  <p><code>git clone https://git.launchpad.net/~stepic-dev/stepic</code></p>

  <p>or can be browsed <a href="https://code.launchpad.net/~stepic-dev/stepic/+git/stepic">here</a>.</p>

  <h2>License</h2>

  <p>Stepic is &copy; 2007 <a href="http://domnit.org/">Lenny Domnitser</a> and &copy; 2018, 2020 <a href="mailto:scott@kitterman.com">Scott Kitterman</a> and is released under the <a href="../COPYING">GNU GPL 2</a>.</p>
</body>
</html>