Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abumq committed Nov 24, 2018
1 parent 5da512d commit 02d62a6
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 35 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -7,12 +7,12 @@ before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libssl-dev libgtest-dev valgrind
- sudo apt-get install --only-upgrade cmake
- cmake --version
- cmake --version
# Crypto++ (We manually install it because we need Pem Pack as well)
- wget https://raw.githubusercontent.com/muflihun/muflihun.github.io/master/downloads/cryptocpp.tar.gz
- wget https://muflihun.github.io/downloads/cryptocpp.tar.gz
- tar xf cryptocpp.tar.gz
- cd cryptopp-CRYPTOPP_5_6_5
- wget https://raw.githubusercontent.com/muflihun/muflihun.github.io/master/downloads/pem_pack.zip
- wget https://muflihun.github.io/downloads/pem_pack.zip
- unzip pem_pack.zip
- cmake .
- make
Expand All @@ -27,7 +27,7 @@ before_install:
- sudo cp -a libgtest_main.so libgtest.so /usr/lib/
- cd ..
## Easylogging++
- wget https://github.com/muflihun/easyloggingpp/archive/develop.zip
- wget https://github.com/zuhd-org/easyloggingpp/archive/develop.zip
- unzip develop.zip
- cd easyloggingpp-develop
- cmake .
Expand All @@ -49,4 +49,3 @@ branches:
only:
- master
- develop

3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log

## [4.2.1] - 24-11-2018
- License updated

## [4.2.0] - 02-03-2018
- Added SHA-256 and SHA-512 support

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -8,8 +8,8 @@ option(dll "DLL imports (Use on windows only)" OFF)
option(dll_export "DLL exports (Use on windows only)" OFF)
option (BUILD_SHARED_LIBS "build shared libraries" ON)

set (RIPE_VERSION "4.2.0")
set (RIPE_SOVERSION "4.2.0")
set (RIPE_VERSION "4.2.1")
set (RIPE_SOVERSION "4.2.1")

add_definitions (-DRIPE_VERSION="${RIPE_VERSION}")
add_definitions (-DELPP_NO_LOG_TO_FILE)
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
@@ -1,7 +1,8 @@
Copyright 2017-present Muflihun Labs
Copyright 2017-present Zuhd Web Services

https://github.com/muflihun/
https://github.com/zuhd-org/
https://muflihun.com
https://zuhd.org

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -14,4 +15,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -3,7 +3,7 @@
</p>

![Ripe](https://raw.githubusercontent.com/muflihun/ripe/master/ripe.png?)
![Ripe](https://raw.githubusercontent.com/zuhd-org/mine/master/ripe.png?)

Ripe is a minimal security tool. It consists of command-line tool and C++ API for cryptography.

Expand All @@ -12,7 +12,9 @@ Ripe contains encryption API for two major cryptography methods, RSA and AES (Ri
It is fully compatible with OpenSSL. See [interoperability.sh](/interoperability.sh)


[![Build Status (Master)](https://img.shields.io/travis/muflihun/ripe/master.svg)](https://travis-ci.org/muflihun/ripe) [![Build Status (Develop)](https://img.shields.io/travis/muflihun/ripe/develop.svg)](https://travis-ci.org/muflihun/ripe) [![Version](https://img.shields.io/github/release/muflihun/ripe.svg)](https://github.com/muflihun/ripe/releases/latest) [![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](https://muflihun.github.io/ripe) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/muflihun/ripe/blob/master/LICENCE) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/MuflihunDotCom/25)
[![Build Status (Master)](https://img.shields.io/travis/zuhd-org/mine/master.svg)](https://travis-ci.org/muflihun/ripe) [![Build Status (Develop)](https://img.shields.io/travis/zuhd-org/mine/develop.svg)](https://travis-ci.org/muflihun/ripe) [![Version](https://img.shields.io/github/release/muflihun/ripe.svg)](https://github.com/zuhd-org/mine/releases/latest) [![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](https://muflihun.github.io/ripe) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/zuhd-org/mine/blob/master/LICENCE)

[![Donate](https://muflihun.github.io/donate.png?v2)](https://www.paypal.me/zuhd/25)

## Options

Expand Down Expand Up @@ -54,7 +56,7 @@ These are the requirements to build Ripe binaries.
* [zlib-devel](https://zlib.net/)

### Get Code
You can either [download code from master branch](https://github.com/muflihun/ripe/archive/master.zip) or clone it using `git`:
You can either [download code from master branch](https://github.com/zuhd-org/mine/archive/master.zip) or clone it using `git`:

```
git clone git@github.com:muflihun/ripe.git
Expand Down Expand Up @@ -303,7 +305,7 @@ Compression using zlib can be done using `-e` option
echo abcd | ripe -e --zlib
```

You can provide `--base64` to see base64 output e.g,
You can provide `--base64` to see base64 output e.g,

```
echo abcd | ripe -e --zlib --base64
Expand Down
5 changes: 3 additions & 2 deletions cmake/FindEASYLOGGINGPP.cmake
Expand Up @@ -6,9 +6,10 @@
# If ${EASYLOGGINGPP_USE_STATIC_LIBS} is ON then static libs are searched.
# In these cases ${EASYLOGGINGPP_LIBRARY} is also defined
#
# (c) 2017 Muflihun Labs
# (c) 2017 Zuhd Web Services
#
# https://github.com/muflihun/easyloggingpp
# https://github.com/zuhd-org/easyloggingpp
# https://zuhd.org
# https://muflihun.com
#

Expand Down
5 changes: 3 additions & 2 deletions cmake/FindRipe.cmake
Expand Up @@ -5,10 +5,11 @@
#
# If ${RIPE_USE_STATIC_LIBS} is ON then static libs are preferred over shared
#
# (c) 2017 Muflihun Labs
# (c) 2017 Zuhd Web Services
#
# https://github.com/muflihun/ripe
# https://github.com/zuhd-org/ripe
# https://muflihun.com
# https://zuhd.org
#

message ("-- Ripe: Searching...")
Expand Down
18 changes: 9 additions & 9 deletions include/Ripe.h
@@ -1,11 +1,11 @@
//
// Ripe
//
// Copyright 2017-present Muflihun Labs
// Copyright 2017-present Zuhd Web Services
//
// https://muflihun.com/
// https://muflihun.github.io/ripe/
// https://github.com/muflihun/ripe
// https://muflihun.com
// https://zuhd.org
// https://github.com/zuhd-org/ripe
//
// Author: @abumusamq
//
Expand Down Expand Up @@ -389,9 +389,9 @@ RIPE_API class Ripe {
* @return Plain output
*/
static std::string decompressString(const std::string& str);

/*****************************************************************************************************/

/*******************************************************************\
* MISC *
*******************************************************************
Expand All @@ -402,13 +402,13 @@ RIPE_API class Ripe {
*******************************************************************
*******************************************************************
\*******************************************************************/

/**
* @brief Generate SHA-256 hash of given string
*/
static std::string sha256Hash(const std::string&);


/**
* @brief Generate SHA-512 hash of given string
*/
Expand Down
8 changes: 4 additions & 4 deletions lib/Ripe.cc
@@ -1,11 +1,11 @@
//
// Ripe
//
// Copyright 2017-present Muflihun Labs
// Copyright 2017-present Zuhd Web Services
//
// https://muflihun.com/
// https://muflihun.github.io/ripe/
// https://github.com/muflihun/ripe
// https://muflihun.com
// https://zuhd.org
// https://github.com/zuhd-org/ripe
//
// Author: @abumusamq
//
Expand Down
8 changes: 4 additions & 4 deletions src/ripe.cc
@@ -1,11 +1,11 @@
//
// Ripe
//
// Copyright 2017-present Muflihun Labs
// Copyright 2017-present Zuhd Web Services
//
// https://muflihun.com/
// https://muflihun.github.io/ripe/
// https://github.com/muflihun/ripe
// https://muflihun.com
// https://zuhd.org
// https://github.com/zuhd-org/ripe
//
// Author: @abumusamq
//
Expand Down

0 comments on commit 02d62a6

Please sign in to comment.