Skip to content

Commit

Permalink
1.0.1 meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dvz committed Apr 18, 2017
1 parent 1dce314 commit eeeb2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Algorithms can be added by creating a class that implements the `dvzHash\Algorit
Having access to plaintext password values during login, the plugin can change the hashing algorithm according to the current _Preferred algorithm_ and _Default bcrypt cost_ setting values in the background.

#### Algorithm wrapping
It is possible to increase the hash strength of existing hashes without providing plaintext values. The plugin includes the `default_bcrypt` algorithm that creates and verifies passwords by using both the MyBB's default algorithm and _bcrypt_.
It is possible to increase the hash strength of existing hashes without providing plaintext values. The plugin includes the `mybb_bcrypt` algorithm that creates and verifies passwords by using both the MyBB's default algorithm and _bcrypt_.

#### Algorithm downgrades

Expand Down
2 changes: 1 addition & 1 deletion inc/plugins/dvz_hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function dvz_hash_info()
'website' => 'https://devilshakerz.com',
'author' => 'Tomasz \'Devilshakerz\' Mlynski',
'authorsite' => 'https://devilshakerz.com',
'version' => '1.0',
'version' => '1.0.1',
'codename' => 'dvz_hash',
'compatibility' => '18*',
];
Expand Down

0 comments on commit eeeb2d4

Please sign in to comment.