Giter VIP home page Giter VIP logo

vesvault / libves.c Goto Github PK

View Code? Open in Web Editor NEW
35.0 4.0 8.0 2.37 MB

VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key

Home Page: https://ves.host/

License: GNU General Public License v3.0

Makefile 15.44% M4 0.37% Batchfile 0.26% C 75.93% Shell 7.93% Dockerfile 0.06%
encryption encryption-tool encrypted-store encryption-decryption stream-encryption aes aes-encryption aes-256 aes-gcm aes-256-gcm

libves.c's Introduction

/***************************************************************************
 *          ___       ___
 *         /   \     /   \    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 <[email protected]>
 *
 * 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)

libves.c's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.