Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 904 Bytes

README.md

File metadata and controls

55 lines (42 loc) · 904 Bytes
echo export TZ=Europe/Copenhagen > /etc/rc.timezone
pkgin update
pkgin install nano
pkgin install openssh
cp /usr/pkg/etc/rc.d/sshd /etc/rc.d/
nano /etc/rc.conf

add sshd=YES

reboot
ssh root@localhost
yes
nano /usr/pkg/etc/ssh/sshd_config

update PermitRootLogin yes

/etc/rc.d/sshd restart
ssh root@localhost
pkgin update
pkgin_sets

git pull code

git config --global http.sslVerify false
git clone https://github.com/crypto-lee/minixCryptoFile.git
git pull

clang

cd /home/project/minixCryptoFile
clang function.c -o function -lmthread -lcrypto -L/usr/lib
 ./function -e test.txt ttt.txt.cry abcdefghijklmnop
./function -d ttt.txt.cry dfsf.txt abcdefghijklmnop

新版本

cd /home/project/minixCryptoFile
clang main.c aes.c user.c -o main -lmthread -lcrypto -L/usr/lib
./main

先注册再登录 再加密解密文件