jasypt.com
域名年龄: 17年6个月4天HTTP/1.1 301 Found 服务器:nginx/1.5.0 访问时间:2014年03月30日 09:25:23 类型:text/html Transfer-Encoding: chunked 连接:keep-alive 语言环境:PHP/5.4.19 目标网址:http://www.jasypt.org HTTP/1.1 200 OK 服务器:Apache/2.2.15 (CentOS) 动作:Host, Accept-Encoding, User-Agent 修改日期:2014年02月26日 07:19:55 网页标记:"3b53-4f343537b4430" 接受单位:字节 缓存控制:max-age=172800 过期时间:2014年04月01日 09:24:23 类型:text/html 文件大小:3860 访问时间:2014年03月30日 09:25:23 X-Varnish: 1761044286 文件时间(秒):0 代理服务器:1.1 varnish 连接:Keep-Alive Content-Encoding: gzip 页面编码:UTF-8
Last Published: 25 Feb 2014| Version: 1.9.2Main|Download|Features|Sourceforge.net Project PageThe Jasypt Project· Main· Features· Download· Source Repository· Issue Tracking· License· TeamReference· JavaDoc API· Dependencies · FAQ Guides · Using Jasypt · Easy Usage: the utils · General Usage · Using the 'lite' artifact · Encrypting from the command line · Advanced Usage · Advanced encryptor/digester configuration · Web PBE configuration · Using non-default JCE providers · By Data Type · Encrypting passwords · Encrypting texts · Encrypting numbers · Encrypting binaries · Encrypting application configuration files · Building · Jasypt + Apache Maven · Jasypt + Hibernate · Jasypt + Hibernate 3.x · Jasypt + Hibernate 4.x · Jasypt + Spring · Jasypt + Spring 2.x · Jasypt + Spring 3.0 · Jasypt + Spring 3.1 · Jasypt + SpringSecurity · Jasypt + Acegi Security · Jasypt + SpringSecurity 2 · Jasypt + SpringSecurity 3 · Jasypt + Wicket · Jasypt + Wicket 1.3/1.4 · Jasypt + Wicket 1.5 · Other integrations · Jasypt + Bouncy Castle · Jasypt + Seam 2 · Jasypt + Tapestry · Jasypt + JAXB 2.0 Articles · How to encrypt user passwords Jasypt 1.9.2 RELEASED! (February 25th, 2014) [DOWNLOAD and ChangeLogs] [WHAT'S NEW IN JASYPT 1.9]Java Simplified EncryptionJasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.High-security, standards-based encryption techniques, both for unidirectional and bidirectional encryption. Encrypt passwords, texts, numbers, binaries...Transparent integration with Hibernate.Suitable for integration into Spring-based applications and also transparently integrable with Spring Security.Integrated capabilities for encrypting the configuration of applications (i.e. datasources).Specific features for high-performance encryption in multi-processor/multi-core systems.Open API for use with any JCE provider....and much moreHave a look at the complete set of Jasypt Features or check the FAQ.With Jasypt, encrypting and checking a password can be as simple as...StrongPasswordEncryptor passwordEncryptor = new StrongPasswordEncryptor(); String encryptedPassword = passwordEncryptor.encryptPassword(userPassword); ... if (passwordEncryptor.checkPassword(inputPassword, encryptedPassword)) { // correct! } else { // bad login! }...encrypting and decrypting a text...StrongTextEncryptor textEncryptor = new StrongTextEncryptor(); textEncryptor.setPassword(myEncryptionPassword); String myEncryptedText = textEncryptor.encrypt(myText); ... String plainText = textEncryptor.decrypt(myEncryptedText);...and what about encrypting some sensitive data directly from Hibernate?<class name="Employee" table="EMPLOYEE"> ... <property name="address" column="ADDRESS" type="encryptedString" /> <property name="salary" column="SALARY" type="encryptedDecima
© 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询
2025-05-30 00:00, Process in 0.0102 second.