首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个基于java的字典密码验证工具

一个基于java的字典密码验证工具

  • 资源大小:500.49 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java password utility Dictionary

资 源 简 介

Dictionary Password Validator is a Java-based utility to validate that a password does or does not contain common dictionary words within it. It is built to be plug-and-play. It uses a Bloom filter for fast dictionary look ups. The default provided list of 46,210 US English words initializes within 0.84 seconds using Java 6, has a low false positive percentage of 0.05%, and uses very little memory (767kb). If you further increase the accuracy of the Bloom filter, you can decrease the likelihood of the false positives (however the default settings are excellent for the list of provided words). Doing so will increase the memory footprint (since it increases the bit field), and also further adds to the amount of time it takes for the filter to initialize. Aside from that, you can further add more dictionary words by modifying the already supplied list. Some additional word lists can be found at: http://wordlis
VIP VIP
0.179001s