diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-12-30 15:52:10 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-30 15:52:10 +0530 |
commit | 759b7d8b83132085ce6c832fbe2b4a162ca2cd72 (patch) | |
tree | 1565f3b1211918d1af91b3d17274559646ad1213 /gpg.h | |
parent | 5ce15da2f0ea4ebc33da1f9a5c3d49e66e437bb3 (diff) |
pass/add: init
Diffstat (limited to 'gpg.h')
-rw-r--r-- | gpg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ +#include <stdio.h> #include <sys/types.h> int gpg_key_validate(const char *fpr); int gpg_decrypt(const char *fpr, const char *path, char *pass_out, size_t n); +int gpg_encrypt(FILE *stream, const char *fpr, const char *pass, size_t n); |