Questions tagged [gcrypt]
3 questions
4
votes
3 answers
How to encrypt remote repo, with gcrypt or other?
The goal is to store my code encrypted on a BitBucket remote repo. Something should deal with encrypting and decrypting so I landed on gcrypt or in full, git-remote-gcrypt.
I have a Bitbucket account with SSH keys configured.
This is what I've…

progonkpa
- 3,590
- 9
- 31
- 50
0
votes
0 answers
Add multi-participants with git-remote-gcrypt
I'm learnning how to use git-remote-gcrypt with multi-participants.
Let's say I have two computers acting as two user/participants.
I do things like following:
Step1: Generate GPG key pairs for them respectively.
On computer0:
gpg…

Leon
- 1,489
- 1
- 12
- 31
0
votes
1 answer
How to use GCrypt AES128 in Vala?
I tried with this code but the result is not as expected, maybe I am wrong somewhere, please help.
gcrypt.vapi from: https://gitlab.gnome.org/GNOME/vala-extra-vapis
using GCrypt;
using Posix;
void main () {
GCrypt.Cipher.Cipher cipher;
…

ThinhBuzz
- 53
- 6