nukeop

Results 63 issues of nukeop

I'm getting an error when doing the bare minimum: ```javascript const dbus = require('dbus-native'); var sessionBus = dbus.sessionBus(); ``` I'm using webpack to bundle everything. It runs under Electron. This...

Hi, I'm trying to move away from libdbus in my node program, and I'm wondering if it's possible to use this library as an mpris client? I only want to...

Currently embedding a file in an image changes the image's histogram in a very noticeable way, even if the change is not obvious to the naked eye. There has to...

enhancement

For maximum robustness, the output files will need to be tested with respect to the levels of secret data concealment. Possibly an automated test suite could be created for this...

enhancement

Support needs to be added for encoding larger files in many carrier files. Currently the program aborts if the carrier file is too small to contain the secret data. A...

enhancement

Data needs to go through a whitening process to further conceal its presence in the output image. Currently every pixel carries data which might be easy to detect in many...

enhancement

Currently the data is encoded without any sort of obfuscation, making it vulnerable to statistical analysis and trivial to recover once its existence is known. To prevent this, the data...

enhancement

Currently only 4-channel PNG files can be used as carriers. Support for more file formats should be added. JPEG and BMP files, in addition to all PNG files should be...

enhancement