Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Script to generate api tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Fliri committed Jul 9, 2013
1 parent 7f3f6ea commit 36c39c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions generate-token.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

#
# Generate a random token
#

head -c 500 /dev/random | shasum -a 512

0 comments on commit 36c39c5

Please sign in to comment.