Skip to content

Instantly share code, notes, and snippets.

View GoGim1's full-sized avatar
😀

Jinze Wu GoGim1

😀
View GitHub Profile
@GoGim1
GoGim1 / punctual.zsh-theme
Last active December 15, 2023 14:20
zsh_theme
# Punctual, a Zsh prompt theme
#
# by Danny (https://github.com/dannynimmo/punctual-zsh-theme)
# Configuration
#
# Set these variables in your .zshrc file
# before including this theme file, e.g.:
#
@GoGim1
GoGim1 / main.cc
Last active November 14, 2022 04:21
OpenSSL AES Decryption fails randomly C++
#include <iostream>
#include <fstream>
#include <string>
#include <openssl/aes.h>
#include <openssl/bio.h>
#include <openssl/buffer.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <openssl/rsa.h>