import { secureRndstr } from '../../../misc/secure-rndstr';
export default () => secureRndstr(16, true);