/cryptbb/ - CryptBB

Open source encrypted forum

Boards | Magrathea | Catalog | Bottom

Check to confirm you're not a robot
Name
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Remember to follow the rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096


CryptBB - News VanDerSaAr 08/09/2023 (Wed) 15:28 [Preview] No. 12 [Reply] [Last 50 Posts]
CryptBB 7.23.8.4 has been released.

Major features: The procedures for installing and upgrading the forum on a WEB hosting have been simplified. The PHP class VEIL and utility KEY-PGP have been fixed.

Download links are as follows:

English (290 KB):
https://anonfiles.com/bab10b79z7/cryptbb_7_23_8_4_all_eng_zip

Russian (307 KB):
https://anonfiles.com/r5b50775z5/cryptbb_7_23_8_4_all_rus_zip



testing_kb gb 02/18/2023 (Sat) 20:40 [Preview] No. 9 [Reply] [Last 50 Posts]
This is not a test!


reply_test gb 02/18/2023 (Sat) 20:42 [Preview] No.10 del
This is really not a test!



test topic test 09/22/2022 (Thu) 11:50 [Preview] No. 6 [Reply] [Last 50 Posts]
thiis is e2ee teest


CryptBB - Repo VanDerSaAr 01/17/2023 (Tue) 11:13 [Preview] No.8 del
I have a repository on Github:
https://github.com/VanDerSaAr/CryptBB/

To be honest, in 2020 I lost access to this account. When I enter my long and strong password, Github sends a confirmation link to the Scryptmail service that does not operate anymore.



CryptBB - Open source encrypted forum VanDerSaAr 08/31/2022 (Wed) 01:04 [Preview] No. 1 [Reply] [Last 50 Posts]
Welcome!

CryptBB is an open source encrypted forum that provides securer private communication between people since 2012. All messages are transmitted over the Internet and stored in a database in encrypted format. All mathematical cryptographic operations are executed by the client (Internet browser), not by the server. This forum uses the military-class symmetric cipher AES (Rijndael) 256 CTR (Counter mode) for encrypting messages and one of the best asymmetric ciphers RSA (Rivest-Shamir-Adleman) 768-2048 OAEP for exchanging passwords between users. You can create Your own forums and securely discuss any topic with Your friends. No one (even administrator) can read Your closed messages. Join the encrypted community!

Official website:
http://cryptbb.us.to

Read also the previous announcement thread:
https://www.php-forum.com/phpforum/viewtopic.php?f=30&t=22732


Anonymous 08/31/2022 (Wed) 17:24 [Preview] No.5 del
Have an issue with the "open source":


if($PremoderateLevel>=$hz)if(((strpos($SiteModerators," ".$Ql.",")!false)and($CD[$tQ]$LM))or($Ql$CD[$ui]))$CR.='<BR><B>'.$Ha.'</B>';}else $CR="<B>".$CR."</B>";$HS.=$CR.'</FONT></A>';if(($PremoderateLevel>=$hz)and(strpos($SiteModerators," ".$Ql.",")!false)){$HS.='<TD BGCOLOR='.$iK[$wg].' ALIG


This code has been obfuscated/minimized. It's all on one line.

I don't trust you it enough to deploy it. I can't even read it to trust it.

The tools and utils are just inline JS and much easier to read and trust.

If you're going to continue to make the open source claim, get yourself a git repo and post the sources source.


CryptBB - News VanDerSaAr 01/17/2023 (Tue) 11:03 [Preview] No.7 del
The latest version of the CryptBB forum is 7.23.1.10

Major features: The premoderation of unencrypted topic titles has been realized. CONSOLE captcha has been enhanced and implemented as a PHP class, not a function. Both modules VEIL have also been implemented as PHP classes. In the NOISE algorithm the minimal string length has been reduced from 255 to 69.

Download the following signed files.

English (290 KB):
https://anonfiles.com/Y5n2q0R7yd/cryptbb-7.23.1.10-all-eng_zip

Russian (307 KB):
https://anonfiles.com/n9oaq2R2yf/cryptbb-7.23.1.10-all-rus_zip



CryptBB - Open source encrypted forum VanDerSaAr 08/31/2022 (Wed) 01:36 [Preview] No. 4 [Reply] [Last 50 Posts]
The new version of CryptBB has been released: 7.22.7.9

Major features: The premoderation of forum titles has been implemented. The interface design has been slightly changed. Utilities RAND, ASYM and SIGN have been enhanced.

Download signed files.

English (302 KB):
https://anonfiles.com/v1padf68y7/cryptbb-7.22.7.9-all-eng_zip

Russian (339 KB):
https://anonfiles.com/Kcp2d060yb/cryptbb-7.22.7.9-all-rus_zip



CryptBB - Open source encrypted forum VanDerSaAr 08/31/2022 (Wed) 01:25 [Preview] No. 3 [Reply] [Last 50 Posts]
History.

2012-05-31: Version 1. The forum in english (eng) language has been hosted. The AES-256 CTR cipher for encrypting messages has been implemented.
2012-07-10: The RSA 768-2048 cipher for exchanging passwords between members has been implemented. Offline utilities ASYM and SYMM have been created. The CONSOLE captcha has been added.
2013-01-22: The MT 19937 algorithm based on the RAND utility for generating secure random passwords has been implemented. Support for russian (rus) language has been added. The CONSOLE captcha has been upgraded.
2013-03-10: The CAPSUL algorithm for encapsulating small messages has been added. The source code (PHP, HTML and JS) of the application has been published under the MIT license.
2013-06-14: Version 2. The VEIL algorithm for veilizing messages has been implemented for english (eng) and russian (rus) languages.
2014-02-01: Version 3. Support for PHPSECLIB + JS has been added. The CAPSUL algorithm has been modified, the RAND utility has been upgraded. The design of the elements has been changed.
2015-01-25: Version 4. Utilities ASYM and SYMM have been upgraded. The SCRAMBLE algorithm for scrambling messages after encapsulation has been added.
2015-05-09: Version 5. BB-codes are supported. User "crapspacle" asked about posting images, therefore attaching an encrypted file to a message has been implemented.
2015-06-02: Smileys are supported. User "Sophia Kiss" wrote and shared the open source WIN32-application to locally convert Base64-text into binary data and save it to a file.
2016-12-31: Version 6. The CAPSUL algorithm has been simplified to NOISE, the SCRAMBLE algorithm has been simplified to SWAP. The SIGN utility for digitally signing and verifying published files has been created.
2017-09-09: Version 7. The VEIL utility for veilizing messages and transcoding between different pools of Base64-characters has been created.
2018-01-03: The administrator can now require the invitation code to register new users. The SIGN utility has been upgraded.
2018-08-11: The design of the elements has been changed.
2019-01-12: The module "Private messages" has been upgraded. The VERIFY utility has been created.
2019-08-08: The dark theme of the forum interface has been added. New BB-codes are supported in the posts. The optional KEY-OSSL utility for extracting RSA keys from OpenSSL to the supported format has been created.

Message too long. Click here to view full text.




CryptBB - Open source encrypted forum VanDerSaAr 08/31/2022 (Wed) 01:12 [Preview] No. 2 [Reply] [Last 50 Posts]
Description.

The site has a simple structure:
- Forums → Forum → Topic → Post
- Forums → Users
- User profile → Private messages → Exchange password

Forums contain topics, topics consist of posts. All topics have own passwords, all posts are encrypted. Depending on the options, the forum can also have own password to encrypt the names of its topics. The author of the post can delete his post, the topic starter can delete any post in his topic and the topic itself, the forum creator can delete any post or topic in his forum and the forum itself. The administrator can delete any post, topic or forum.

The function of restricting the rights of users and guests to view, read and write on forums and topics is supported. The module "Users" displays the numbers of all registered members to set permissions for specific users in the corresponding section.

The module "User profile" enables to change own password for logging into the application, as well as move to the module "Private messages", where members can exchange their password for a topic or forum between themselves.

Short links to topics are allowed, for example, http://cryptbb.us.to/forum/?t=2
In this case the application automatically redirects from the main page of the forum to the topic with number 2. While the user registers and logs in, the redirect is kept.

The administrator can prohibit members from creating the new forums and topics with an unencrypted titles. He can enable the premoderation of the user names. The administrator can also define an invitation code, which is required for registering new users, and announce this code to the desired guests, for example, http://cryptbb.us.to/forum/reg/?i=123abC

Message too long. Click here to view full text.