import bin file

This commit is contained in:
Henry Varona 2016-12-01 22:51:34 -04:00
parent 7e929b71ad
commit d2689ba1bd

View file

@ -83,8 +83,6 @@ public abstract class FileBin {
} catch (UnsupportedEncodingException | NoSuchAlgorithmException ex) { } catch (UnsupportedEncodingException | NoSuchAlgorithmException ex) {
} }
//Creates cypher AES with password
//Uncrypt
return null; return null;
} }