Skip to content

Commit

Permalink
Remove vibe.crypto.passwordhash
Browse files Browse the repository at this point in the history
Remove deprecated passwordhash module, it's insecure.
  • Loading branch information
kubo39 committed Sep 9, 2019
1 parent d4e60c4 commit 3bdfd58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 96 deletions.
3 changes: 1 addition & 2 deletions crypto/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
vibe_crypto_src_dir = include_directories('.')

vibe_crypto_src = [
'vibe/crypto/cryptorand.d',
'vibe/crypto/passwordhash.d'
'vibe/crypto/cryptorand.d'
]

#
Expand Down
93 changes: 0 additions & 93 deletions crypto/vibe/crypto/passwordhash.d

This file was deleted.

1 change: 0 additions & 1 deletion source/vibe/vibe.d
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public import vibe.core.file;
public import vibe.core.log;
public import vibe.core.net;
public import vibe.core.sync;
public import vibe.crypto.passwordhash;
public import vibe.data.bson;
public import vibe.data.json;
public import vibe.db.mongo.mongo;
Expand Down

0 comments on commit 3bdfd58

Please sign in to comment.