- Replaced
scanf
usage to avoid the need for a runtime dependency with the upcoming Ruby 2.7. - Development: Added Rubocop and rules to the project.
- Refactored:
- Extracted (organized)
Engine
,Errors
andPassword
class/modules into dedicated files inscrypt
sub-directory. - Logic and syntax cleanup and formatting.
- Extracted (organized)