Download List

프로젝트 설명

Stéganô is a basic Python Steganography module. It uses the Python Imaging Library (PIL). Stéganô implements two methods of hiding: using the red portion of a pixel to hide ASCII messages, and using the Least Significant Bit (LSB) technique.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-03 07:40
0.4

이 릴리스에 정수 집합을 기반으로 고급 LSB (최하위 비트) 메서드를 소개 합니다. 파이썬 발전기 (체의 에라토스테네스, 페르마, 카마이 클 번호 등)를 사용 하 여 생성 집합 정보를 숨기는 데 사용 하는 픽셀을 선택 하는 데 사용 됩니다. 방법을 사용할 수 있습니다 이러한 새로운 파이썬 코드에서 파이썬 모듈 또는 프로그램으로 스크립트에서.
Tags: generators, Sets, Eratosthenes, Carmichael
This release introduces a more advanced LSB (Least significant bit) method based on integers sets. The sets generated with Python generators (Sieve of Eratosthenes, Fermat, Carmichael numbers, etc.) are used to select the pixels used to hide the information. You can use these new methods in your Python codes as a Python module or as a program in your scripts.

2011-04-16 06:48
0.3

이제 귀하의 파이썬 프로그램 (파이썬 setup.py 설치)에서 라이브러리로 또는 bin 디렉토리에 제공된 스크립트 '프로그램'덕분으로 Stéganô를 사용할 수 있습니다. 또한, 새로운 설명서 (reStructuredText) Stéganô 함께 제공됩니다.
Tags: Minor
You can now use Stéganô as a library in your Python program (python setup.py install) or as a 'program' thanks to the scripts provided in the bin directory. Moreover, new documentation (reStructuredText) comes with Stéganô.

2011-03-25 05:44
0.2

이 릴리스는 몇 가지 버그수정과 * 최하위 방법에 대해 * 기능을 누설의 주요 속도 개선을 소개합니다. 또한 그것은 이진 파일 (제작에는 OGG, 실행 파일 등)을 숨기려하는 것이 가능해졌습니다. 숨어 / 공개 JPEG 사진에서 메시지를 이미지의 설명 필드를 사용하여에 대한 새로운 기술이 제공됩니다.
Tags: Minor feature enhancements
This release introduces some bugfixes and a major speed improvement of the *reveal* function for the LSB method. Moreover it is now possible to hide a binary file (ogg, executable, etc.). A new technique for hiding/revealing a message in a JPEG picture by using the description field of the image is provided.

Project Resources