I hereby claim:
- I am paddatrapper on github.
- I am paddatrapper (https://keybase.io/paddatrapper) on keybase.
- I have a public key ASDcuG7d6gAq_ZDSyOqSQj5-rVzYa4o7QLUw_kTuOUQqPAo
To claim this, I am signing this object:
| - name: "Artwork" | |
| description: Themes and Wallpapers | |
| subgroups: | |
| - name: "Artwork Cinnamon" | |
| description: "Manjaro-Cinnamon wallpapers" | |
| packages: | |
| - cinnamon-wallpapers | |
| - name: "Artwork Manjaro" | |
| description: "Additional themes and wallpapers" | |
| packages: |
I hereby claim:
To claim this, I am signing this object:
| import java.security.SecureRandom; | |
| public class GenerateSaltedHash { | |
| public static void main(String[] args) { | |
| generateHash(args[0]); | |
| } | |
| private static void generateHash(String pass) { | |
| SecureRandom rand = new SecureRandom(); | |
| long salt = rand.nextLong(); |