aboutsummaryrefslogblamecommitdiffstats
path: root/.pepper-validation.mk
blob: 1cff2b54eabe5b31c9c43e092d0c389e13338412 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                            
.POSIX:

## DO NOT MODIFY THIS FILE

PEPPER_VALIDATION_INPUT  = $$argon2id$$v=19$$m=3072,t=32,p=4$$ABCDabcd1234$$*16
PEPPER_VALIDATION_OUTPUT = $$argon2id$$v=19$$m=3072,t=32,p=4$$ABCDabcd1234$$NVf6KJj9PDPW8BYdduqPWA

check:
	+@test -x key2root-crypt || $(MAKE) key2root-crypt
	test "$$(printf '' | ./key2root-crypt '$(PEPPER_VALIDATION_INPUT)')" = '$(PEPPER_VALIDATION_OUTPUT)'