Showing
- .gitignore 3 additions, 0 deletions.gitignore
- .htaccess 15 additions, 0 deletions.htaccess
- .htaccess.disabled 12 additions, 0 deletions.htaccess.disabled
- CHANGELOG.md 0 additions, 0 deletionsCHANGELOG.md
- CREDITS.md 69 additions, 0 deletionsCREDITS.md
- INSTALL.md 234 additions, 0 deletionsINSTALL.md
- LICENSE.md 0 additions, 0 deletionsLICENSE.md
- Procfile 1 addition, 0 deletionsProcfile
- README.md 110 additions, 0 deletionsREADME.md
- SECURITY.md 18 additions, 0 deletionsSECURITY.md
- bin/administration 331 additions, 0 deletionsbin/administration
- bin/migrate 210 additions, 0 deletionsbin/migrate
- browserconfig.xml 11 additions, 0 deletionsbrowserconfig.xml
- cfg/.htaccess 1 addition, 0 deletionscfg/.htaccess
- cfg/conf.php 175 additions, 0 deletionscfg/conf.php
- cfg/conf.sample.php 277 additions, 0 deletionscfg/conf.sample.php
- composer.json 53 additions, 0 deletionscomposer.json
- composer.lock 0 additions, 0 deletionscomposer.lock
- css/bootstrap/bootstrap-3.4.1.css 0 additions, 0 deletionscss/bootstrap/bootstrap-3.4.1.css
- css/bootstrap/bootstrap-theme-3.4.1.css 0 additions, 0 deletionscss/bootstrap/bootstrap-theme-3.4.1.css
.gitignore
0 → 100644
.htaccess
0 → 100644
.htaccess.disabled
0 → 100644
CHANGELOG.md
0 → 100755
This diff is collapsed.
CREDITS.md
0 → 100755
INSTALL.md
0 → 100755
LICENSE.md
0 → 100755
This diff is collapsed.
Procfile
0 → 100644
README.md
0 → 100755
SECURITY.md
0 → 100755
bin/administration
0 → 100644
bin/migrate
0 → 100644
browserconfig.xml
0 → 100755
cfg/.htaccess
0 → 100755
cfg/conf.php
0 → 100755
cfg/conf.sample.php
0 → 100755
composer.json
0 → 100644
{ | ||
"name" : "privatebin/privatebin", | ||
"description" : "PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).", | ||
"type" : "project", | ||
"keywords" : [ | ||
"private", | ||
"secure", | ||
"end-to-end-encrypted", | ||
"e2e", | ||
"paste", | ||
"pastebin", | ||
"zero", | ||
"zero-knowledge", | ||
"encryption", | ||
"encrypted", | ||
"AES" | ||
], | ||
"homepage" : "https://privatebin.info/", | ||
"license" : "zlib-acknowledgement", | ||
"support" : { | ||
"issues" : "https://github.com/PrivateBin/PrivateBin/issues", | ||
"wiki" : "https://github.com/PrivateBin/PrivateBin/wiki", | ||
"source" : "https://github.com/PrivateBin/PrivateBin", | ||
"docs" : "https://privatebin.info/codedoc/" | ||
}, | ||
"require" : { | ||
"php": "^7.3 || ^8.0", | ||
"jdenticon/jdenticon": "1.0.2", | ||
"mlocati/ip-lib": "1.18.0", | ||
"yzalis/identicon": "2.0.0" | ||
}, | ||
"suggest" : { | ||
"google/cloud-storage" : "1.41.0", | ||
"aws/aws-sdk-php" : "3.302.0" | ||
}, | ||
"require-dev" : { | ||
"phpunit/phpunit" : "^9" | ||
}, | ||
"autoload" : { | ||
"psr-4" : { | ||
"PrivateBin\\" : "lib/" | ||
} | ||
}, | ||
"config" : { | ||
"autoloader-suffix" : "DontChange", | ||
"optimize-autoloader": true, | ||
"preferred-install": "dist", | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "7.3" | ||
} | ||
} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
css/bootstrap/bootstrap-3.4.1.css
0 → 100755
This diff is collapsed.
css/bootstrap/bootstrap-theme-3.4.1.css
0 → 100755
This diff is collapsed.