process.env references (scan)
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
P_CRYPT_ALGORITHM
P_CRYPT_ARABIC_CHARS
P_CRYPT_CHINESE_CHARS
P_CRYPT_EMOJIS
P_CRYPT_LATINO_CHARS
P_CRYPT_SALT_SIZE
P_CRYPT_SECRET
secret
P_CRYPT_SPECIAL_CHARS
P_CRYPT_SWEDISH_CHARS
P_CRYPT_TURKISH_CHARS
P_CRYPT_WITH_ARGON
brew install flyctl && fly launch --from https://github.com/3imed-jaberi/p-crypt
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/3imed-jaberi/p-crypt
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/3imed-jaberi/p-crypt