7 lines
71 B
Bash
7 lines
71 B
Bash
#!/bin/bash
|
|
|
|
chars=`echo $((64*1024*1024))`
|
|
openssl rand -hex $chars
|
|
|
|
|
#!/bin/bash
|
|
|
|
chars=`echo $((64*1024*1024))`
|
|
openssl rand -hex $chars
|
|
|
|
|