Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jordansamuel/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansamuel committed Feb 12, 2020
2 parents 77cb470 + 473aebf commit 217ac17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Paste 2.2
[![Download PASTE](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/phpaste/files/latest/download)

[![Download PASTE](https://img.shields.io/sourceforge/dw/phpaste.svg)](https://sourceforge.net/projects/phpaste/files/latest/download)
[![Download PASTE](https://img.shields.io/sourceforge/dt/phpaste.svg)](https://sourceforge.net/projects/phpaste/files/latest/download)

Expand All @@ -7,15 +9,15 @@ The original source is available from the previous owner's **[GitHub repository]

A demo of Paste is available on our homepage at **[SourceForge](https://phpaste.sourceforge.io/demo)**

A public version can be found **[here](https://paste.boxlabs.uk)**
A public version can be found **[here](https://paste.boxlabs.uk/)**

IRC: If you would like support or want to contribute to Paste connect to irc.collectiveirc.net in channel #PASTE

Any bugs can be reported at:
https://github.com/jordansamuel/PASTE/issues/new

[![Frontend](http://i.imgur.com/UxZVxqo.png)](http://pastethis.in/)
[![Frontend](http://i.imgur.com/peFanYH.png)](http://pastethis.in/)
[![Frontend](http://i.imgur.com/UxZVxqo.png)](https://paste.boxlabs.uk/)
[![Frontend](http://i.imgur.com/peFanYH.png)](https://paste.boxlabs.uk/)


Requirements
Expand Down
1 change: 1 addition & 0 deletions includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function str_contains($haystack, $needle, $ignoreCase = false)

function encrypt($value)
{
$salt = $sec_key;
$encrypted_string=openssl_encrypt($value,"AES-256-CBC",$salt);
return $encrypted_string;
}
Expand Down

0 comments on commit 217ac17

Please sign in to comment.