openssl 로 random 하게 난수 생성

리눅스/OS 일반|2016. 8. 3. 11:33
반응형

# openssl rand -base64 10

MiS8xnjQXJD6Dw==


# openssl rand -base64 20

1gHZWZOoQsQJ+DqIShDGsSkAHYc=


# openssl rand -base64 30

Z05Hce+AUE9b8IODyKDUv2O9ojFvhbOKg/N0X7RE


# openssl rand -hex 16

4e34025c8408c3eded02f96b2226c94c


반응형

댓글()