Loud Things
Go to the website https://www.loudthings.org/

Get hash-256 from file into base64

String file_path = “your file from your file system “; System.out.println(“File to upload ” + file_path); FileInputStream fis = null; try {   File file = new File(file_path);   if (!file.exists() || file.length() == 0) {       Utils.stampaLogE(“Conversion Hash SHA-256 . Bad input !!! ( File not found / File empty)…”);       throw new RuntimeException(“Conversion […]

Read More »

Show Buttons
Hide Buttons