The-Open-WEI

所属分类:硬件设计
开发工具:Java
文件大小:4409KB
下载次数:0
上传日期:2015-12-11 20:13:05
上 传 者sh-1993
说明:  开放式工作场所电子产品清单。一个由两部分组成的以电子产品为中心的库存跟踪搜索系统...
(The Open Workplace Electronics Inventory. A two-part electronics-focused inventory tracking/searching system that utilizes a java desktop client for full access, and a website for read-only access.)

文件列表:
Database (0, 2015-12-12)
Database\Database_create_queries.sql (12331, 2015-12-12)
Database\test data sets.txt (1811, 2015-12-12)
Documentation (0, 2015-12-12)
Documentation\Deployment Guide.txt (724, 2015-12-12)
Documentation\Meetingnotes.txt (3273, 2015-12-12)
Documentation\OhmbaseWeb v1.0 Class Diagram.png (4933, 2015-12-12)
Documentation\OpenWEI v1.0 Class Diagram.PNG (56837, 2015-12-12)
Documentation\Web Testing results.txt (895, 2015-12-12)
LICENSE.txt (483, 2015-12-12)
The-Open-WEI-Client (0, 2015-12-12)
The-Open-WEI-Client\.classpath (427, 2015-12-12)
The-Open-WEI-Client\.project (378, 2015-12-12)
The-Open-WEI-Client\.settings (0, 2015-12-12)
The-Open-WEI-Client\.settings\org.eclipse.jdt.core.prefs (587, 2015-12-12)
The-Open-WEI-Client\The-Open_WEI_v1.0.jar (667114, 2015-12-12)
The-Open-WEI-Client\jBCrypt (0, 2015-12-12)
The-Open-WEI-Client\jBCrypt\LICENSE (837, 2015-12-12)
The-Open-WEI-Client\jBCrypt\build.xml (1185, 2015-12-12)
The-Open-WEI-Client\postgresql-9.4-1204.jdbc4.jar (656875, 2015-12-12)
The-Open-WEI-Client\src (0, 2015-12-12)
The-Open-WEI-Client\src\jBCrypt (0, 2015-12-12)
The-Open-WEI-Client\src\jBCrypt\BCrypt.java (28007, 2015-12-12)
The-Open-WEI-Client\src\openWEI (0, 2015-12-12)
The-Open-WEI-Client\src\openWEI\Client_Frame.java (6976, 2015-12-12)
The-Open-WEI-Client\src\openWEI\Database_Communications.java (6959, 2015-12-12)
The-Open-WEI-Client\src\openWEI\GUI_Runtime.java (1754, 2015-12-12)
The-Open-WEI-Client\src\openWEI\Inventory_Pane.java (10630, 2015-12-12)
The-Open-WEI-Client\src\openWEI\Login_Pane.java (2475, 2015-12-12)
The-Open-WEI-Client\src\openWEI\NewData_Pane.java (2111, 2015-12-12)
Webpage (0, 2015-12-12)
Webpage\Deployed for server.zip (417741, 2015-12-12)
Webpage\Files to hand in (0, 2015-12-12)
Webpage\Files to hand in\OpenWEI.aspx (4445, 2015-12-12)
Webpage\Files to hand in\searchcontrol.cs (6634, 2015-12-12)
Webpage\Files to hand in\tableinfo.cs (1367, 2015-12-12)
... ...

jBCrypt is an implementation the OpenBSD Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres: http://www.openbsd.org/papers/bcrypt-paper.ps This system hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line password cracking. The computation cost of the algorithm is parameterised, so it can be increased as computers get faster. JUnit regression tests are available in in TestBCrypt.java jBCrypt is licensed under a ISC/BSD licence. See the LICENSE file for details. Please report bugs to Damien Miller . Please check the TODO file first, in case your problem is something I already know about (please send patches!) A simple example that demonstrates most of the features: // Hash a password for the first time String hashed = BCrypt.hashpw(password, BCrypt.gensalt()); // gensalt's log_rounds parameter determines the complexity // the work factor is 2**log_rounds, and the default is 10 String hashed = BCrypt.hashpw(password, BCrypt.gensalt(12)); // Check that an unencrypted password matches one that has // previously been hashed if (BCrypt.checkpw(candidate, hashed)) System.out.println("It matches"); else System.out.println("It does not match"); There is also a C#/.NET port by Derek Slager: http://derekslager.com/blog/posts/2007/10/bcrypt-dotnet-strong-password-hashing-for-dotnet-and-mono.ashx $Id: README,v 1.3 2008/04/10 11:02:25 djm Exp $

近期下载者

相关文件


收藏者