https://github.com/vesvault/libVES.c
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
https://github.com/vesvault/libVES.c
aes aes-256 aes-256-gcm aes-encryption aes-gcm ecdh ecdh-library encrypted encrypted-store encryption encryption-algorithm encryption-algorithms encryption-decryption encryption-tool rsa-cryptography rsa-cryptosystem rsa-encryption shamir shamir-s-secret-sharing-scheme stream-encryption
Last synced: about 1 month ago
JSON representation
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
- Host: GitHub
- URL: https://github.com/vesvault/libVES.c
- Owner: vesvault
- License: gpl-3.0
- Created: 2018-12-31T03:58:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T02:53:52.000Z (about 1 year ago)
- Last Synced: 2024-12-11T03:28:57.388Z (about 1 year ago)
- Topics: aes, aes-256, aes-256-gcm, aes-encryption, aes-gcm, ecdh, ecdh-library, encrypted, encrypted-store, encryption, encryption-algorithm, encryption-algorithms, encryption-decryption, encryption-tool, rsa-cryptography, rsa-cryptosystem, rsa-encryption, shamir, shamir-s-secret-sharing-scheme, stream-encryption
- Language: C
- Homepage: https://ves.host/
- Size: 2.32 MB
- Stars: 37
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- fucking-awesome-cryptography - libVES.c - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. (Frameworks and Libs / C)
- awesome-cryptography - libVES.c - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. (Frameworks and Libs / C)
- awesome-cryptography - libVES.c - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. (Frameworks and Libs / C)
README
/***************************************************************************
* ___ ___
* / \ / \ VESvault
* \__ / \ __/ Encrypt Everything without fear of losing the Key
* \\ // https://vesvault.com https://ves.host
* \\ //
* ___ \\_//
* / \ / \ libVES: VESvault API library
* \__ / \ __/
* \\ // VES Utility: A command line interface to libVES
* \\ //
* \\_// - Key Management and Exchange
* / \ - Item Encryption and Sharing
* \___/ - Stream Encryption
*
*
* (c) 2018 VESvault Corp
* Jim Zubov
*
* GNU General Public License v3
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
* furnished to do so, under the terms of the COPYING file.
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
***************************************************************************/
lib/: libVES (https://ves.host/docs/libVES-c)
src/: VES utility (https://ves.host/docs/ves-util)
[https://ci.appveyor.com/project/vesvault/libves-c]
libVES and VES utility interact with VESvault end-to-end encrypted repository
through VESvault REST API.
By using libVES or VES utility, you accept VES Integration Terms and Conditions
https://ves.host/terms_conditions
In summary - VES is always free, unless when it is integrated with a service
for the purpose of providing additional benefits to paying customers.
DOCUMENTATION:
https://ves.host
REQUIREMENTS:
OpenSSL (https://www.openssl.org/source/)
libcrypto
openssl/*.h
cURL (https://curl.haxx.se/download.html)
libcurl
curl/*.h
OPTIONAL:
libOQS (https://github.com/open-quantum-safe/liboqs)
See INSTALL for complete build instructions.
General GNU build:
./configure [--with-oqs]
make
make install
## installs libVES.so*, libVES.a, libVES.h, libVES/*.h, ves
Quick build on Windows (tested on MS VS):
configure.bat
nmake
If libcurl on Windows throws an SSL peer certificate error:
copy curl-ca-bundle.crt from etc/ to the directory where ves.exe resides
(or download the latest bundle from https://curl.haxx.se/ca/cacert.pem)