chg: Updated repository default URL.

This commit is contained in:
Cédric Bonhomme 2024-03-01 10:14:10 +01:00
parent 0054c89b7d
commit b592ce4bcb
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
19 changed files with 21 additions and 24 deletions

View file

@ -3,7 +3,7 @@
[![builds.sr.ht status](https://builds.sr.ht/~cedric/stegano.svg)](https://builds.sr.ht/~cedric/stegano)
[![Workflow](https://github.com/cedricbonhomme/Stegano/workflows/Python%20application/badge.svg?style=flat-square)](https://github.com/cedricbonhomme/Stegano/actions?query=workflow%3A%22Python+application%22)
[Stegano](https://sr.ht/~cedric/stegano), a pure Python Steganography
[Stegano](https://github.com/cedricbonhomme/Stegano), a pure Python Steganography
module.
Steganography is the art and science of writing hidden messages in such a way
@ -12,9 +12,6 @@ existence of the message, a form of security through obscurity. Consequently,
functions provided by Stegano only hide messages, without encryption.
Steganography is often used with cryptography.
For reporting issues, visit the tracker here:
https://todo.sr.ht/~cedric/stegano
## Installation