deen icon indicating copy to clipboard operation
deen copied to clipboard

Generic data DEcoding/ENcoding application built with PyQt5.

Results 11 deen issues
Sort by recently updated
recently updated
newest added

Hi, I've tried to clone the CA chain of Let's Encrypt with ``deen`` by cloning the ``ISRG Root X1 CA`` as self-signed and then sign the intermediate CA ``R3`` with...

It would be nice to have an JSON string encoder [1], e.g.: ``` This is a Example String ``` encodes to: ``` This is a Example\n\tString ``` [1] https://www.json.org/img/string.png

Disassembling of x86 32 bit binaries seems to be not working. Deen seems to use always 64 bit for disassembling. Here is the expected result in capstone: ``` In [1]:...

bug

Protobuf Encoder and Decoder Nice to have!

deen crashes with an exception if a JWT is decoded which contains a nested JWT [1]. Steps to reproduce: - Start deen - Enter the following JWT: `eyJ0eXAiOiJKV1QiLCJjdHkiOiJKV1QiLCJhbGciOiJub25lIn0.ZXlKemRXSWlPaUl4TWpNME5UWTNPRGt3SWl3aWJtRnRaU0k2SWtwdmFHNGdSRzlsSWl3aWFXRjBJam94TlRFMk1qTTVNREl5TENKbGVIQWlPakU1TVRZeU16a3dNako5LmRNRDNNTHVIVGlPLVF5OVB2T29NY2hOTTRDekZJZ0k3aktWclJ0bHFsTTA.` (header: `{"typ":"JWT","cty":"JWT","alg":"none"}`;...

deen (1.7.1.3e6f82f-1) require dicttoxml as dependency. However, the AUR packing is missing this dependency at the moment. ``` % deen Traceback (most recent call last): File "/usr/bin/deen", line 6, in...

An additional category for object (de)serialization could be useful. The following formats could be implemented quite easily: * Python object serialization with Pickle * Java object serialization with [javaobj](https://pypi.python.org/pypi/javaobj-py3/)

enhancement

- [ ] Implement bcrypt plugin - [x] Implement CLI - [ ] Add bcrypt GUI elements - [ ] Implement bcrypt unittests

enhancement

We need something like .desktop files that is compatible with Windows and macOS.

bug
enhancement

It would be nice to use search and replace patterns in the search field.

enhancement