Skip to content

Releases: ClarkFieseln/AS4PGC

div

10 Sep 15:34
f6434cc
Compare
Choose a tag to compare

1.1.4

02 Sep 17:14
Compare
Choose a tag to compare
  • signal hidden better in frequency domain (shift chunks)
  • horrible bug corrected (deception not being irfft()-ed)

cryptography>=3.4.7

29 Aug 09:16
Compare
Choose a tag to compare

defined cryptography>=3.4.7 in setup.py

input bug solved

26 Aug 16:19
Compare
Choose a tag to compare

solved but input = input()

Default configuration synched with config.ini

23 Aug 06:15
Compare
Choose a tag to compare

Default configuration synched with config.ini

Improved code hiding in frequency domain using fc_offset.

22 Aug 10:27
Compare
Choose a tag to compare

Use of fc_offset helps to notably reduce coding visibility in frequency domain
We now shuffle coding frequencies a little bit by randomly adding a fix offset.
This notably reduces coding visibility in frequency domain!

keep_temp_files = False

21 Aug 07:39
Compare
Choose a tag to compare
  • by default don't keep copies of temporary files
  • small "improvement": removal of unnecessary copies in each iteration

updated FFMPEG_VERSION handling

20 Aug 12:28
Compare
Choose a tag to compare

FFMPEG_VERSION handling:
now only warning
user is given the option to update config.ini if available

Tested on Linux Mint

20 Aug 09:15
Compare
Choose a tag to compare

The program works in Linux Mint without changes.
For installation of ffmpeg do:
$ sudo apt update
$ sudo apt install ffmpeg
to check if installation is correct:
$ ffmpeg -version
Also minor corrections to avoid creating unnecessary files when input carrier is type .wav.

Hide files inside MP3, WAV, FLAC, OGG

19 Aug 15:19
Compare
Choose a tag to compare

Additional audio file formats supported in addition to MP3: WAV, FLAC, OGG