Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
M
market
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • zhangxiaoyan
  • market
  • Repository

Switch branch/tag
  • market
  • src
  • com
  • cy
  • report
  • test
  • MD5Test.java
Find file
BlameHistoryPermalink
  • zhangxiaoyan's avatar
    init · e2e1c748
    zhangxiaoyan authored 9 years ago
    e2e1c748
MD5Test.java 263 Bytes
EditWeb IDE
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package com.cy.report.test;

import com.cy.report.utils.CipherUtil;

public class MD5Test {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		String password = "Jian1024";
		//System.out.println(CipherUtil.generatePassword(password));

	}

}
×

Replace MD5Test.java

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.