Differences

This shows you the differences between two versions of the page.

Link to this comparison view

john:johnny-roadmap [2015/04/16 16:51]
shinnok [Version 1.2]
john:johnny-roadmap [2016/04/05 15:30] (current)
shinnok
Line 1: Line 1:
 ====== Johnny development roadmap ====== ====== Johnny development roadmap ======
  
-As of 26.03.2015 the latest version for Johnny is 1.1. The current document aims to roadmap the feature development and improvement from this version onwards.+As of 26.03.2015 the latest version for Johnny is 1.1. The current document aims to roadmap the feature development and improvement from this version onwards. The actual tasks are split into milestone sprints. The release scheme and versioning may differ.
  
 Goals for Johnny: Goals for Johnny:
Line 12: Line 12:
   * Johnny should be viewed as a learning avenue into password security. It displays info in a more intuitive fashion(unlike the CLI option), makes using the powerful JtR a breeze.   * Johnny should be viewed as a learning avenue into password security. It displays info in a more intuitive fashion(unlike the CLI option), makes using the powerful JtR a breeze.
   * Nonetheless,​ the tool shouldn'​t be dumbed down to cater only to beginners, we need to expose as much functionality as we can carefully so that it is useful for professionals too.   * Nonetheless,​ the tool shouldn'​t be dumbed down to cater only to beginners, we need to expose as much functionality as we can carefully so that it is useful for professionals too.
-  * Follow the coding style outlined at http://​doc.qt.digia.com/​qtcreator-extending/​coding-style.html 
-====== Release plan ====== 
  
-==== Version 1.2 ==== +Notes: 
-  ​- Upgrade to Qt 5 (keep Qt 4 compatfor now) [Shinnok] +  * Development,​ issue tracking and code integration is taking place at Github: https://​github.com/​shinnok/​johnny 
-  - Add and use elided text QLabel where needed ( and possibly QPushButton ) [Shinnok] +  ​* Only planned and considerable tasks are listed in this documentEverything else is over on Github 
-  ​Fix any outstanding bugs or crashes +  ​* Discussion, community feedback and announcements are happening over at john-dev and john-users lists http://​www.openwall.com/​lists/​ 
-    Johnny consumes cpu even when it isn't doing anything(10-15% of one core, OS X, app just launched ​and thus no operation was started) +  Follow the coding style outlined at http://doc.qt.digia.com/​qtcreator-extending/​coding-style.html ​and the simplified ones at http://​wiki.qt.io/​Qt_Coding_Style and http://​wiki.qt.io/​Coding_Conventions. Exception: Opening curly braces should go on a new line
-    * Crash on exit while john is running (seems to have been fixed in 1.1?) +====== Milestones ======
-    * Pause not working (seems to have been fixed in 1.1?) +
-==== Version 1.3 ==== +
-  - UI overhaul [TBD Shinnok] (better sidebar navigation, proper layout constraints so that UI elements look nice, e.g. the button'​s in the Settings page are a mile long, update UI to modern desktops(current is reminiscent of the KDE 3 era), etc..) +
-  - Rethink the progress bar [TBD Shinnok] +
-  - Change the icon pack [TBD Shinnok]+
  
-==== Version ​1.4 ==== +==== Sprint 1.2 ==== 
-  - Make sure all strings are translatable and add language switching support [Mathieu] +  - <​del>​Upgrade to Qt 5 (keep Qt 4 compat. for now) [Shinnok]</​del>​ 
-  - Add tooltips to all UI actions that are not very self explanatory to a new comer +  - <​del>​Add and use elided text QLabel where needed ( and possibly QPushButton ) [Shinnok]</​del>​ 
-  - Properly separate ​the CLI wrapper from the UI and proper threading. Any delays or crashes at the CLI side shouldn'​t ​be mirrored by Johnny +  - <​del>​Code refactoring and enforcing of style and conventions [Shinnok]</​del>​ 
-  - Rename Output tab to CLI journal and also print JtR cmds (allows the user to inspect ​whatever ​commands Johnny issued to JtR as well as the output)+  - <​del>​Fix any outstanding bugs or crashes [Shinnok]</​del>​ 
 +    * <​del>​Johnny consumes cpu even when it isn't doing anything. (10-15% of one core, OS X, app just launched and thus no operation was started)</​del>​ 
 +    * <​del>​Crash on exit while john is running (seems to have been fixed in 1.1?​)</​del>​ 
 +    * <​del>​Pause not working (seems to have been fixed in 1.1?​)</​del>​ 
 +    * <​del>​Johnny asks for confirmation to kill JtR twice if a session is running on quit</​del>​ 
 +==== Sprint 1.3 ==== 
 +  - <​del>​UI overhaul #1 (better sidebar navigation, proper layout constraints so that UI elements look nice, e.g. the button'​s in the Settings page are a mile long, update UI to modern desktops(current is reminiscent of the KDE 3 era), etc..) ​ [Shinnok]</​del>​ 
 +  - <​del>​Make due with the various usability issues #1 [Shinnok]</​del>​ 
 +  - <​del>​Support for OS X and dmg distribution package [Mathieu]</​del>​ 
 +  - <​del>​Support for Windows and setup installer via Qt Installer Framework [Mathieu]</​del>​ 
 +==== Sprint ​1.4 ==== 
 +  - <del>Make sure all strings are translatable and add language switching support [Mathieu]</​del>​ 
 +  - <del>Add the --fork ​and OpenMP support so that we can use multi core (an option should ​be available for selecting how many cores should be used) [Mathieu]</​del>​ 
 +  - <del>Rename Output tab to Console log/journal and also print JtR cmds, as well as important debug info (allows the user to inspect commands Johnny issued to JtR as well as the resulting ​output) ​[Mathieu]</​del>​ 
 +  - <​del>​Preliminary Windows support (JtR terminate issue) [Mathieu+Shinnok]</​del>​ 
 +  - <​del>​Code TODOs and NOTEs cleanup [Mathieu]</​del>​
  
-==== Version ​1.5 ==== +==== Sprint ​1.5 ==== 
-  - Add the --fork option to the UI so that we can use multi core +  - <del>Manual plain-text guessing ​via I'm feeling lucky button [Mathieu]</​del>​ 
-  - Manual plain-text guessing ​for individual ciphers (directly in the table view) +  - <​del>​Jumbo features #1: Hash type suggestion/​guessing for individual hashes ​in the Passwords tab [Mathieu+Aleksey]</​del>​ 
-  - Hash type suggestion/​guessing for individual hashes ​(which is the best way? do we have any support ​from JtR jumbo with that)+  - <​del>​Separate the CLI wrapper and compute handlers ​from the UI code and use proper threading. Any delays in processing or JtR crashes shouldn'​t affect or be mirrored by Johnny. [Shinnok+Mathieu]</​del>​ 
 +  - <​del>​Multiple cracking session management(session history and proper session preferences storage[Mathieu]</​del>​
  
-==== Version 1.6 ==== +All of the previous development sprints have been merged into a single release, namely 2.0. What follows are the sprints ​from 2.0 onwards. Some tasks are still work in progress ​(see sprint 1.3 for e.g.and have been dragged along to the next phase.
-  - Multiple pwd files session management(multiple cracking sessions management) +
-  - Ability to select/​deselect individual hashes ​from being handled ​in a cracking session(maybe via a simple checkbox to each row?) +
-  - Search/​Filter inside ​the Passwords tab table view+
  
-==== Version 1.==== +==== Sprint 2.==== 
-  - Export ​to CSV and columnated txt+  - <​del>​Ability ​to select/​deselect individual hashes from being handled in a cracking session(maybe via a simple checkbox to each row?) [Mathieu]</​del>​ 
-  - Dictionary editing and generation based on interactive rule sets? +  - <​del>​Search/​Filter inside the Passwords tab table view [Mathieu]</​del>​ 
-  - Figure out how to implement ​*2john conversion support ​and implement it+  - <​del>​Settings refactoring (#9, #13) [Mathieu]</​del>​ 
 +  - <​del>​UI overhaul #2 (better sidebar navigation, proper layout constraints so that UI elements look nice, e.g. the button'​s in the Settings page are a mile long, update UI to modern desktops(current is reminiscent of the KDE 3 era), etc..) ​ [Shinnok + Mathieu]</​del>​ 
 +  - <​del>​Make due with the various usability issues #2 [Shinnok]</​del>​ 
 +  - <​del>​Handle all Github issues assigned ​to 2.1 milestone [Mathieu + Shinnok]</​del>​ 
 +==== Sprint 2.2 ==== 
 +  - <​del>​Export to CSV and colon separated password format</​del>​ 
 +  - <​del>​Implement ​*2john conversion support ​via the Open file menu</​del>​ 
 +  - <​del>​Jumbo features #2 (support for jumbo attack modes)</​del>​ 
 +  - <​del>​Handle all Github issues assigned to 2.2 milestone [Mathieu + Shinnok</​del>​]
  
-==== Version 1.==== +==== Sprint 2.==== 
-  - Jumbo support ​(this task needs an evaluation ​and a further breakdown)+  - Cleanup code base using clang-format [Shinnok] 
 +  - Jumbo features #3 
 +  - Console log improvements ​(see github issues) 
 +  - Figure out the John standard out/in buffering issues ​and how to make Johnny interact with John without waiting for process finish 
 +  - Dictionary editing and generation based on interactive rule sets (?) 
 +  - Handle all Github issues assigned to 2.3 milestone [Mathieu + Shinnok] 
 +==== Sprint 2.4 ==== 
 +  - Jumbo features #4: Further jumbo integration 
 +  - Add tooltips to all UI actions that are not very self explanatory to a new comer 
 +  - Maybe change the icon pack [Shinnok]
  
-==== Version 1.==== +==== Sprint 2.==== 
-  - Support for OS X and distribution package(?​DMG package, should include JtR?) +  - Further jumbo integration 
-  - Does Windows build? +  - Post-cracking statistics regarding the frequency of passwords, characters, lengthsPre-cracking stats like freqof hash types, NULL hashes, etc.. Provided in the statistics pane 
-  ​Figure out distribution channels and platforms installersSee category Brainstorming bellow. +  - Fix any outstanding bugs left or introduced lately 
- +  - Polish up the UI and resolve edge cases 
-==== Version 2.0 ==== +  - Time to reconsider the platform ​installers ​and distribution channelsAny new considerations since the 2.0 decisions? 
-  - Note: First **stable** release+==== Sprint ​2.====
-  - Fix any outstanding bugs left or introduced lately. +
-  - Polish up the UI and resolve edge cases. +
-  - Proper ​installers, if anySee category Brainstorming bellow. +
- +
-==== Version ​2.==== +
-  - Post-cracking statistics regarding the frequency of passwords, characters and lengths, would be nice. Provided in a new statistics pane.+
   - Further jumbo integration   - Further jumbo integration
   - To the future and beyond   - To the future and beyond
Line 70: Line 87:
  
 ====== Brainstorming ====== ====== Brainstorming ======
- +  ​Rethink the progress bar, can we replace it with something else? If not, what info is most valuable ​to be displayed inside it
-  ​Do we want to officially support and maintain any platform installers(Windows,​ OS X, Debian, Ubuntu)? Is that too much trouble for us or should we just rely on 3rd party distribmaintainers or others to do that? +  * Is there any value in being able to run multiple instances of Johnny on the same machine? Probably not if we implement sessions... 
-  * Is there any value in doing so even if we don't bundle JtR itself into the platform bundle too? +  * Which jumbo features are the most important to implement? 
-  * Is there any value in being able to run multiple instances of Johnny on the same machine? Probably not. +  * How can we support distributed JtR cracking in the future?
-  * How can you support distributed JtR cracking in the future?+
john/johnny-roadmap.1429195899.txt · Last modified: 2015/04/16 16:51 by shinnok
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate to DokuWiki Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Powered by OpenVZ Powered by Openwall GNU/*/Linux