feat: add password handling helpers

This commit is contained in:
Mario Fetka
2026-05-22 14:37:42 +02:00
parent e4d67917bd
commit bb868613d9
3 changed files with 163 additions and 18 deletions

View File

@@ -5,3 +5,5 @@ extern void shuffle(unsigned char *lon,
extern void nw_encrypt(unsigned char *fra,
unsigned char *buf,unsigned char *til);
extern void newpassencrypt(unsigned char *old, unsigned char *npwd);