RandomEncryptionSecret will return a random string of length 128
()
| 141 | |
| 142 | // RandomEncryptionSecret will return a random string of length 128 |
| 143 | func RandomEncryptionSecret() (string, errors.Error) { |
| 144 | return utils.RandLetterBytes(128) |
| 145 | } |
no outgoing calls