diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a027f4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +#*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +.classpath +.settings \ No newline at end of file diff --git a/.project b/.project new file mode 100644 index 0000000..c1b9ca6 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + Checksum + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000..45d1f02 --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,181 @@ +# Apache Commons(Codec) + +Apache Commons(Codec) libraries have been used in this project. +Please refer to for detailed information and license : http://commons.apache.org/ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/commons-codec-1.11.jar b/commons-codec-1.11.jar new file mode 100644 index 0000000..2245120 Binary files /dev/null and b/commons-codec-1.11.jar differ diff --git a/screenshots/error.png b/screenshots/error.png new file mode 100644 index 0000000..8e166d5 Binary files /dev/null and b/screenshots/error.png differ diff --git a/screenshots/success.png b/screenshots/success.png new file mode 100644 index 0000000..158f780 Binary files /dev/null and b/screenshots/success.png differ diff --git a/src/checksum/CalculationUtil.java b/src/checksum/CalculationUtil.java new file mode 100644 index 0000000..774a225 --- /dev/null +++ b/src/checksum/CalculationUtil.java @@ -0,0 +1,56 @@ +package checksum; + +import java.io.File; +import java.io.FileInputStream; + +import org.apache.commons.codec.digest.DigestUtils; + +public class CalculationUtil { + + public static String calculate(final Hash selectedHash, final File file) { + String result = ""; + FileInputStream fis = null; + try { + fis = new FileInputStream(file); + } catch (Exception e) { + e.printStackTrace(); + return ""; + } + + try { + switch (selectedHash) { + case MD5: { + result = DigestUtils.md5Hex(fis); + break; + } + case Sha1: { + result = DigestUtils.sha1Hex(fis); + break; + } + case Sha256: { + result = DigestUtils.sha256Hex(fis); + break; + } + case Sha384: { + result = DigestUtils.sha384Hex(fis); + break; + } + case Sha512: { + result = DigestUtils.sha512Hex(fis); + break; + } + default: { + result = "return of the jedi"; + break; + } + } + + } catch (Exception e) { + e.printStackTrace(); + return ""; + } + + return result; + } + +} diff --git a/src/checksum/Gui.java b/src/checksum/Gui.java new file mode 100644 index 0000000..1e60736 --- /dev/null +++ b/src/checksum/Gui.java @@ -0,0 +1,258 @@ +package checksum; + +import java.awt.Color; +import java.awt.Dimension; +import java.awt.Font; +import java.awt.event.ActionEvent; +import java.awt.event.ActionListener; +import java.io.File; +import java.util.Arrays; +import java.util.Vector; + +import javax.swing.GroupLayout; +import javax.swing.GroupLayout.Alignment; +import javax.swing.JButton; +import javax.swing.JComboBox; +import javax.swing.JFileChooser; +import javax.swing.JFrame; +import javax.swing.JOptionPane; +import javax.swing.JPanel; +import javax.swing.JScrollPane; +import javax.swing.JTextArea; +import javax.swing.JTextField; +import javax.swing.LayoutStyle.ComponentPlacement; +import javax.swing.border.EmptyBorder; + +public class Gui extends JFrame { + private static final long serialVersionUID = 63924900336217723L; + + private JPanel contentPane; + private JTextField fileLocationName; + private JButton compareButton; + private JTextArea inputSums; + private JTextArea fileSums; + private JScrollPane fileSumsScroll; + private JScrollPane inputSumsScroll; + private JTextField compareResult; + private JButton fileButton; + private JComboBox sumsList; + private GroupLayout groupLayoutContentPane; + private Vector hashItems; + private Font fontButton; + private Font fontText; + private Color successColor; + private Color defaultColor; + private final String calculating = "Calculating..."; + + private static File selectedFile; + private static Hash selectedHash; + private static String hashResult; + + public Gui() { + setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); + setBounds(100, 100, 435, 290); + setResizable(false); + contentPane = new JPanel(); + contentPane.setBorder(new EmptyBorder(5, 5, 5, 5)); + setContentPane(contentPane); + + hashListInit(); + elementsInit(); + + try { + elementActionsInit(); + } catch (Exception e) { + e.printStackTrace(); + } + + layoutInit(); + } + + private void hashListInit() { + hashItems = new Vector(Arrays.asList(Hash.values())); + } + + private void elementsInit() { + fontButton = new Font(Font.SANS_SERIF, Font.BOLD, 13); + fontText = new Font(Font.SANS_SERIF, Font.PLAIN, 12); + successColor = new Color(140, 255, 102); + defaultColor = new Color(204, 204, 255); + + fileButton = new JButton("File Button"); + fileButton.setFocusPainted(false); + fileButton.setBackground(Color.ORANGE); + fileButton.setFont(fontButton); + + compareButton = new JButton("Compare"); + compareButton.setFocusPainted(false); + compareButton.setBackground(Color.GRAY); + compareButton.setFont(fontButton); + + sumsList = new JComboBox(hashItems); + sumsList.setBackground(Color.LIGHT_GRAY); + sumsList.setFont(fontText); + + fileLocationName = new JTextField("File Name"); + fileLocationName.setBorder(null); + fileLocationName.setEditable(false); + + fileSums = new JTextArea(5, 4); + fileSums.setLineWrap(true); + fileSums.setText("file not selected"); + fileSums.setEditable(false); + fileSums.setFont(fontText); + fileSums.setBackground(defaultColor); + fileSumsScroll = new JScrollPane(fileSums); + + inputSums = new JTextArea(10, 4); + inputSums.setLineWrap(true); + inputSums.setText("input sums"); + inputSums.setFont(fontText); + inputSums.setBackground(Color.WHITE); + inputSumsScroll = new JScrollPane(inputSums); + + compareResult = new JTextField(""); + compareResult.setEditable(false); + compareResult.setFont(fontText); + compareResult.setBorder(null); + + this.setFont(fontText); + contentPane.setFont(fontText); + } + + private void elementActionsInit() { + + fileButton.addActionListener(new ActionListener() { + @Override + public void actionPerformed(ActionEvent arg0) { + + JFileChooser openFile = new JFileChooser(); + openFile.setCurrentDirectory(new File(System.getProperty("user.dir"))); + openFile.setPreferredSize(new Dimension(400, 300)); + + int fileSelect = openFile.showSaveDialog(null); + if (fileSelect == JFileChooser.APPROVE_OPTION) { + selectedFile = null; + + Thread fileThread = (new Thread() { + public void run() { + fileButton.setEnabled(false); + selectedFile = openFile.getSelectedFile(); + + if (selectedFile != null) { + fileLocationName.setText(selectedFile.getName()); + selectedHash = null; + selectedHash = (Hash) sumsList.getSelectedItem(); + calculate(); + + fileSums.setBackground(successColor); + } + fileButton.setEnabled(true); + } + }); + fileThread.start(); + + fileSums.setText(calculating); + } + } + }); + + sumsList.addActionListener(new ActionListener() { + public void actionPerformed(ActionEvent e) { + Hash selectItem = (Hash) sumsList.getSelectedItem(); + + if (selectedHash == null || (selectedHash.getId() != selectItem.getId())) { + selectedHash = selectItem; + + if (selectedFile != null) { + Thread calculateThread = (new Thread() { + public void run() { + fileButton.setEnabled(false); + compareResult.setText(""); + compareResult.setBackground(getBackground()); + fileSums.setBackground(defaultColor); + calculate(); + fileSums.setBackground(successColor); + fileButton.setEnabled(true); + } + }); + calculateThread.start(); + + fileSums.setText(calculating); + } + } + + } + }); + + compareButton.addActionListener(new ActionListener() { + @Override + public void actionPerformed(ActionEvent arg0) { + + if (!fileSums.getText().equals(calculating)) { + if (selectedHash != null && selectedFile != null && inputSums.getText() != null + && !inputSums.getText().equals("")) { + + if (fileSums.getText().equals(inputSums.getText())) { + compareResult.setText("match :)"); + compareResult.setBackground(Color.GREEN); + } else if (fileSums.getText().toLowerCase().equals(inputSums.getText().toLowerCase())) { + compareResult.setText("match :/"); + compareResult.setBackground(Color.ORANGE); + JOptionPane.showMessageDialog(contentPane, "Strings match but case insensitive :/", ":/", + JOptionPane.WARNING_MESSAGE); + } else { + compareResult.setText("don't match :("); + compareResult.setBackground(new Color(255, 51, 51)); + } + + return; + } + } + + JOptionPane.showMessageDialog(contentPane, "Something not right :(", ":(", JOptionPane.ERROR_MESSAGE); + } + }); + } + + public void calculate() { + hashResult = CalculationUtil.calculate(selectedHash, selectedFile); + fileSums.setText(hashResult); + } + + private void layoutInit() { + groupLayoutContentPane = new GroupLayout(contentPane); + groupLayoutContentPane.setHorizontalGroup(groupLayoutContentPane.createParallelGroup(Alignment.LEADING) + .addGroup(groupLayoutContentPane.createSequentialGroup().addGap(21).addGroup(groupLayoutContentPane + .createParallelGroup(Alignment.LEADING) + .addGroup(groupLayoutContentPane.createSequentialGroup() + .addPreferredGap(ComponentPlacement.RELATED) + .addComponent(sumsList, GroupLayout.PREFERRED_SIZE, 130, GroupLayout.PREFERRED_SIZE) + .addGap(18).addComponent(compareButton).addGap(18).addComponent(compareResult)) + .addGroup(groupLayoutContentPane.createSequentialGroup().addComponent(fileButton).addGap(27) + .addComponent(fileLocationName)) + .addComponent(inputSumsScroll, GroupLayout.PREFERRED_SIZE, 383, GroupLayout.PREFERRED_SIZE) + .addComponent(fileSumsScroll, GroupLayout.PREFERRED_SIZE, 383, GroupLayout.PREFERRED_SIZE)) + .addContainerGap(36, Short.MAX_VALUE))); + groupLayoutContentPane.setVerticalGroup(groupLayoutContentPane.createParallelGroup(Alignment.LEADING) + .addGroup(groupLayoutContentPane.createSequentialGroup().addGap(23) + .addGroup(groupLayoutContentPane.createParallelGroup(Alignment.BASELINE) + .addComponent(fileLocationName, GroupLayout.PREFERRED_SIZE, 29, + GroupLayout.PREFERRED_SIZE) + .addComponent(fileButton, GroupLayout.PREFERRED_SIZE, 33, GroupLayout.PREFERRED_SIZE)) + .addGap(18) + .addComponent(fileSumsScroll, GroupLayout.PREFERRED_SIZE, 47, GroupLayout.PREFERRED_SIZE) + .addPreferredGap(ComponentPlacement.UNRELATED) + .addComponent(inputSumsScroll, GroupLayout.PREFERRED_SIZE, 47, GroupLayout.PREFERRED_SIZE) + .addGap(18) + .addGroup(groupLayoutContentPane.createParallelGroup(Alignment.LEADING, false) + .addComponent(compareResult) + .addGroup(groupLayoutContentPane.createParallelGroup(Alignment.BASELINE) + .addComponent(compareButton, GroupLayout.DEFAULT_SIZE, 33, Short.MAX_VALUE) + .addComponent(sumsList, GroupLayout.PREFERRED_SIZE, 29, + GroupLayout.PREFERRED_SIZE))) + .addContainerGap(GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))); + contentPane.setLayout(groupLayoutContentPane); + } + +} diff --git a/src/checksum/Hash.java b/src/checksum/Hash.java new file mode 100644 index 0000000..4bb8d35 --- /dev/null +++ b/src/checksum/Hash.java @@ -0,0 +1,21 @@ +package checksum; + +public enum Hash { + MD5(1, "MD5"), Sha1(2, "Sha1"), Sha256(3, "Sha256"), Sha384(4, "Sha384"), Sha512(5, "Sha512"); + + private int id; + private String name; + + Hash(int id, String name) { + this.id = id; + this.name = name; + } + + public int getId() { + return id; + } + + public String getName() { + return name; + } +} diff --git a/src/checksum/Main.java b/src/checksum/Main.java new file mode 100644 index 0000000..d4980d1 --- /dev/null +++ b/src/checksum/Main.java @@ -0,0 +1,21 @@ +package checksum; + +import java.awt.EventQueue; + +public class Main { + + public static void main(String[] args) { + + EventQueue.invokeLater(new Runnable() { + public void run() { + try { + Gui frame = new Gui(); + frame.setVisible(true); + } catch (Exception e) { + e.printStackTrace(); + } + } + }); + + } +}