![]() |
[HC Official] MultiEncoder Python Package v1.0 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: [HC Official] MultiEncoder Python Package v1.0 (/Thread-HC-Official-MultiEncoder-Python-Package-v1-0) |
[HC Official] MultiEncoder Python Package v1.0 - Psycho_Coder - 08-24-2014 MultiEncoder started as a HC Devs tools but today we have our own python package. I made a custom setup file for python which will enable us to install it into custom python package distribution.
Python Version Supported: 2.7.6 Difference between MultiEncoder Tool and MultiEncoder library MultiEncoder Tool is a basically what we can say an application or an end product. MultiEncoder package is more focused on developers when they intend to do different stuffs with it like using the algorithms to encode files, images, communication where chats are encoded with chain of encryption etc. etc. To know the various parameters,just type on the terminal :- Code: python setup.py --help ![]() You will get different parameter argument options. Use them, and see all that you want. Some example queries would be :- 1. To know about the package :- Code: python setup.py --long-description ![]() 2. To know about the classifiers :- Code: python setup.py --classifiers ![]() 3. To know about the authors and version info :- Code: python setup.py --authors ![]() For details on MultiEncoder here :- http://www.hackcommunity.com/Thread-HC-Official-Multiencoder-Python Official Github Repo :- https://github.com/HCDevelopers/MultiEncoder To test a custom installation of MultiEncoder it is recommended that you install virtualenv. For instructions on how to install virtualenv Click Here! Here's a video demonstrations of how to install the Multiencoder Package :- Source : setup.py Code: #!/usr/bin/env python Note :- Please note that I gave my name as first author because I had to provide an email for the maintainer and as author email. I don't have emails of other contributors and hence I had to give my name at first. If @Deque or @Ex094 or @noize provide me their emails I will edit them accordingly. Python maps the emails corresponding to the author names and since I had provided my email from the beginning thereby I had give my email. If anyone has any issue regarding this please tell me and I intend not to take complete credit and nor do I deserve. I hope you liked the video. Enjoy and reports bugs on Github or here :- http://www.hackcommunity.com/Thread-Multiencoder-Discussion Thanking you, Sincerely, Psycho_Coder. [HC Official] MultiEncoder Python Package v1.0 - Psycho_Coder - 08-24-2014 MultiEncoder started as a HC Devs tools but today we have our own python package. I made a custom setup file for python which will enable us to install it into custom python package distribution.
Python Version Supported: 2.7.6 Difference between MultiEncoder Tool and MultiEncoder library MultiEncoder Tool is a basically what we can say an application or an end product. MultiEncoder package is more focused on developers when they intend to do different stuffs with it like using the algorithms to encode files, images, communication where chats are encoded with chain of encryption etc. etc. To know the various parameters,just type on the terminal :- Code: python setup.py --help ![]() You will get different parameter argument options. Use them, and see all that you want. Some example queries would be :- 1. To know about the package :- Code: python setup.py --long-description ![]() 2. To know about the classifiers :- Code: python setup.py --classifiers ![]() 3. To know about the authors and version info :- Code: python setup.py --authors ![]() For details on MultiEncoder here :- http://www.hackcommunity.com/Thread-HC-Official-Multiencoder-Python Official Github Repo :- https://github.com/HCDevelopers/MultiEncoder To test a custom installation of MultiEncoder it is recommended that you install virtualenv. For instructions on how to install virtualenv Click Here! Here's a video demonstrations of how to install the Multiencoder Package :- Source : setup.py Code: #!/usr/bin/env python Note :- Please note that I gave my name as first author because I had to provide an email for the maintainer and as author email. I don't have emails of other contributors and hence I had to give my name at first. If @Deque or @Ex094 or @noize provide me their emails I will edit them accordingly. Python maps the emails corresponding to the author names and since I had provided my email from the beginning thereby I had give my email. If anyone has any issue regarding this please tell me and I intend not to take complete credit and nor do I deserve. I hope you liked the video. Enjoy and reports bugs on Github or here :- http://www.hackcommunity.com/Thread-Multiencoder-Discussion Thanking you, Sincerely, Psycho_Coder. RE: [HC Official] MultiEncoder Python Package v1.0 - Deque - 08-24-2014 Thank you for your work to make this possible. This is great contribution. I will add it to the tool overview thread RE: [HC Official] MultiEncoder Python Package v1.0 - Deque - 08-24-2014 Thank you for your work to make this possible. This is great contribution. I will add it to the tool overview thread RE: [HC Official] MultiEncoder Python Package v1.0 - Psycho_Coder - 08-24-2014 (08-24-2014, 08:27 PM)Deque Wrote: Thank you for your work to make this possible. This is great contribution. Ok :Smile: Even I need to add this to the HC NEWS thread ![]() RE: [HC Official] MultiEncoder Python Package v1.0 - Psycho_Coder - 08-24-2014 (08-24-2014, 08:27 PM)Deque Wrote: Thank you for your work to make this possible. This is great contribution. Ok :Smile: Even I need to add this to the HC NEWS thread ![]() RE: [HC Official] MultiEncoder Python Package v1.0 - Psycho_Coder - 08-26-2014 The Setup.py code has been updated and @Ex094 email has been added. RE: [HC Official] MultiEncoder Python Package v1.0 - Psycho_Coder - 08-26-2014 The Setup.py code has been updated and @Ex094 email has been added. |