CryptBB - Open source encrypted forum
Moderators: egami, macek, gesf
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
Program: CryptBB
Version: 1.13.3.10
Author: VanDerSaAr
License: MIT
This site, the encrypted forum with open source code, provides more secure private communications between people. All messages are transmited by the internet and stored in the database in encrypted format. All mathematical operations are executed by client (internet browser), not by server. For text encrypting this forum uses AES (Rijndael) 256 CTR (Counter mode), symmetric military-class encryption (USA) 2012, and for passwords exchange between users - RSA (Rivest-Shamir-Adleman) 768-2048, one of the best asymmetric ciphers at present time (2012). Here You can create Your own forums and discuss with Your friends any topics securely. Anybody (even administrator) cannot read Your closed messages. Register and join the encrypted community!
Site: http://cryptbb.site40.net
Version: 1.13.3.10
Author: VanDerSaAr
License: MIT
This site, the encrypted forum with open source code, provides more secure private communications between people. All messages are transmited by the internet and stored in the database in encrypted format. All mathematical operations are executed by client (internet browser), not by server. For text encrypting this forum uses AES (Rijndael) 256 CTR (Counter mode), symmetric military-class encryption (USA) 2012, and for passwords exchange between users - RSA (Rivest-Shamir-Adleman) 768-2048, one of the best asymmetric ciphers at present time (2012). Here You can create Your own forums and discuss with Your friends any topics securely. Anybody (even administrator) cannot read Your closed messages. Register and join the encrypted community!
Site: http://cryptbb.site40.net
- Attachments
-
- cryptbb-1.13.3.10.7z
- (232.37 KiB) Downloaded 506 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
I have decided to improve CryptBB.
Major change: Added VEIL message veilization.
What is VEIL?
Enveil converts the Base64-text to the random text with simple sentences. Deveil converts this generated text to the Base64-text. Enveilized text hides the Base64-text.
For example. We need to post securely the message:
Opinions?
Major change: Added VEIL message veilization.
What is VEIL?
Enveil converts the Base64-text to the random text with simple sentences. Deveil converts this generated text to the Base64-text. Enveilized text hides the Base64-text.
For example. We need to post securely the message:
We encrypt this message with AES-256 CTR cipher and password 12345 (without capsulation) and get the Base64 (custom) text:How are you?
Now we enveilize this Base64-text with first VEIL Javascript function by internet-browser and get the human-readable post:7gCYj.pd8FGZe,.o!dbTAadJUFo=
Then we transmit this post to the WEB-server. CryptBB deveilizes this post with first VEIL PHP function and saves the deveilized Base64-text to the database. When we read the encrypted topic, CryptBB, using the second VEIL PHP function, show to us the human-readable post. At the end, we deveilize the post with second VEIL Javascript function and decrypt the Base64-text with AES-256 CTR by internet-browser. Now everybody, who knows the password, can securely read the source message.Scott has pointed to the battery. Further Jason and Katy, turning the packet, have painted Steve's bottle. And Angela, losing the journal, has wanted Terry's orange. Suddenly Rebeca, painting Jeffrey's document, has acquired Jeff's jar certainly. But Jack said: "Amanda has reminded of the tube!"
Opinions?
- Attachments
-
- cryptbb-2.13.6.14.002.7z
- (112.07 KiB) Downloaded 356 times
-
- cryptbb-2.13.6.14.001.7z
- (244.14 KiB) Downloaded 356 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
New version: 3.14.2.1. Major change: Added support of PHPSECLIB + JS (to encrypt passwords of accounts on data transmiting).
Site: http://cryptbb.site40.net
The site has simple structure:
- Forums → Forum → Topic → Post
- Forums → Users
- User profile → Private messages → Passwords exchange
Forums contain topics, topics consist of posts. All topics have passwords, all posts are encrypted; depending on options, forums also can have passwords for encrypting of names of topics. Author of the post can delete his post; topic starter can delete any post in his topic and the topic self; forum creator can delete any post or topic in his forum and the forum self; administrator can delete any post, topic or forum.
Function of restriction of rights for users and guests to view, read and write in forums and topics is supported. Module "Users" displays numbers of all registered members to set the rights for concrete users in corresponding section.
Module "User profile" allows to change the password, and also to move to the module "Private messages", where members can exchange between themselves passwords of topics or forums.
It is allowed a short links to the topics, for example, http://cryptbb.site40.net/?t=9
In this case the program realizes automatical pass from main page of the forum to the topic with number 9. On registration and login the redirect is kept.
Besides, for secure increase, offline tools to generate the random passwords, to create the keys and to encrypt and veilize the messages are created.
Opinions?
Site: http://cryptbb.site40.net
The site has simple structure:
- Forums → Forum → Topic → Post
- Forums → Users
- User profile → Private messages → Passwords exchange
Forums contain topics, topics consist of posts. All topics have passwords, all posts are encrypted; depending on options, forums also can have passwords for encrypting of names of topics. Author of the post can delete his post; topic starter can delete any post in his topic and the topic self; forum creator can delete any post or topic in his forum and the forum self; administrator can delete any post, topic or forum.
Function of restriction of rights for users and guests to view, read and write in forums and topics is supported. Module "Users" displays numbers of all registered members to set the rights for concrete users in corresponding section.
Module "User profile" allows to change the password, and also to move to the module "Private messages", where members can exchange between themselves passwords of topics or forums.
It is allowed a short links to the topics, for example, http://cryptbb.site40.net/?t=9
In this case the program realizes automatical pass from main page of the forum to the topic with number 9. On registration and login the redirect is kept.
Besides, for secure increase, offline tools to generate the random passwords, to create the keys and to encrypt and veilize the messages are created.
Opinions?
- Attachments
-
- cryptbb-3.14.2.1.001.7z
- (250 KiB) Downloaded 336 times
-
- cryptbb-3.14.2.1.002.7z
- (241.49 KiB) Downloaded 326 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
Fourth open source version: 4.15.1.25.
Major changes: ASYM asymmetric and SYMM symmetric encryption utilities was upgraded, SCRAMBLE scrambling of messages was added after CAPSUL capsulating.
Official site: http://cryptbb.us.to
Major changes: ASYM asymmetric and SYMM symmetric encryption utilities was upgraded, SCRAMBLE scrambling of messages was added after CAPSUL capsulating.
Official site: http://cryptbb.us.to
- Attachments
-
- cryptbb-4.15.1.25.003.7z
- (73.9 KiB) Downloaded 265 times
-
- cryptbb-4.15.1.25.002.7z
- (250 KiB) Downloaded 270 times
-
- cryptbb-4.15.1.25.001.7z
- (250 KiB) Downloaded 263 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
Version 5.15.5.9.
User "crapspacle" asked about image posting, so encrypted files attaching to the messages was realized. BB-codes are supported.
Take a look the example of encrypted torrent forum:
http://cryptbb.us.to/?t=3
Password = 12345
User "crapspacle" asked about image posting, so encrypted files attaching to the messages was realized. BB-codes are supported.
Take a look the example of encrypted torrent forum:
http://cryptbb.us.to/?t=3
Password = 12345
- Attachments
-
- cryptbb-5.15.5.9.001.7z
- (250 KiB) Downloaded 268 times
-
- cryptbb-5.15.5.9.002.7z
- (39.15 KiB) Downloaded 258 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
Version 5.15.6.2. Smileys are supported. 
User "Sophia Kiss" wrote and shared the simple open source win32-application to locally convert Base64-text of decrypted file, attached to the message, to a binary data and save it to a file.
This application can be used to write attached non-image files (for example, decrypted torrent-files) to a disk. The software can run under Wine or be ported to Linux from sources.
See all official offline utilities:
http://cryptbb.us.to/data/utility/

User "Sophia Kiss" wrote and shared the simple open source win32-application to locally convert Base64-text of decrypted file, attached to the message, to a binary data and save it to a file.
This application can be used to write attached non-image files (for example, decrypted torrent-files) to a disk. The software can run under Wine or be ported to Linux from sources.
See all official offline utilities:
http://cryptbb.us.to/data/utility/
- Attachments
-
- cryptbb-5.15.6.2.7z
- (227.98 KiB) Downloaded 277 times
-
- cryptbb-5.15.6.2-utility.7z
- (204.36 KiB) Downloaded 272 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
The new version of CryptBB is released: 6.16.12.31
http://cryptbb.us.to/
Major changes: CAPSUL was simplified up to NOISE, SCRAMBLE was simplified up to SWAP. The offline utility SIGN was created.
Now the application can digitally sign and verify the text, the files and the sites using HTML+JavaScript only, for example:
http://cryptbb.us.to/
Major changes: CAPSUL was simplified up to NOISE, SCRAMBLE was simplified up to SWAP. The offline utility SIGN was created.
Now the application can digitally sign and verify the text, the files and the sites using HTML+JavaScript only, for example:
Code: Select all
-- BEGIN AUTHORIZED FILE --
Signature type: UTF8(TEXT) -> RSA-PSS(E=65537, HASH=SHA256)
Verify file: http://cryptbb.us.to/soft/6.0/sign/file/
---- BEGIN SIGNED FILE ----
File name: cryptbb.zip
File size (B): 162064
File hash BASE64(SHA256(FILE)):
GlSyBwxFMSHbdvTRM2a+HZyQOFsc9hOKVqoZLcSgF2c=
Name of signer: VanDerSaAr
Date of signing: 2016-12-31
Comment to the file:
CryptBB-6.16.12.31
----- END SIGNED FILE -----
Digital signature which was added to this file BASE64(RSA-S):
rOplKgPmZ76Kts+iLHZugVDqBwljrLmxI1L2oPGtsJWebjiPMx4Kih2RUR546I0QMS2Dd
Ow7axYnQqFP/jdC8DKRuBimpRieAN1s3zQsl5t+fGeeKJe5idHUhhOjOc97qKjHxb3quK
1SofPoPM0yRD4gOMzyIpxH0kagbdz4GpLJTmt+m5cDmMk5V6fSLqy9aJv3gwIkz03dwhC
EBRXDd59+hMTPugI9kz0j+KDnUqnoR2BJYfXHwJMzFvntQxsg0N3V+L4j/Y6ZdFELTP9Y
IE/lLz/qfASeJ8736KvOs56kzfQBOuUhfJ7yWJvWKVb2C2nvZOa0rieYV0cV8FjSMQ==
Public key of the person who signed the file BASE64(RSA-N):
5sBJLuoh1qyx62pmhU8Zmu7wwBoMImmU7mIgd1SbU2yvnPKQO6NlD4puUOgkJw9WgC6mS
eq/Fddhm0ElYyiatNbvfi92kyAgocwvjZb9OGzaaTJFVQ6Vg4lWvQlY1FHHLMDT9KnG0c
MDAlmCAQTUHk5RDdmo4m3UQthj8FWX1R44la4CPiB67zk5S4AjCo09UVPeGWLkGPSseHY
mLdUR3ro6gFJ/qiWz7jFgkPPD2bUdzFP+Lg53vErQ957dhWf1mspwPIvQyWGEsV9vXu9G
Tcsa20Qu9AL+1NyacXXxBjk4AkH0zp83LXd/R8KMXz/86bzcMEdD/wrvrZLtXbGrsw==
--- END AUTHORIZED FILE ---
- Attachments
-
- cryptbb-6.16.12.31-utility-sign.zip
- (32.51 KiB) Downloaded 260 times
-
- cryptbb-6.16.12.31-utilities.zip
- (45.65 KiB) Downloaded 244 times
-
- cryptbb-6.16.12.31.zip
- (157.09 KiB) Downloaded 244 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
Try this one:
- Attachments
-
- cryptbb-6.16.12.31.zip
- (158.11 KiB) Downloaded 207 times
What a way to approach. Have you heard of such stories? If so, great. Thanks !
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
The new version of CryptBB is released: 7.17.9.9
Major feature: The offline utility VEIL to veilize the messages and to reencode between the different pools of Base64-symbols was created.
Major feature: The offline utility VEIL to veilize the messages and to reencode between the different pools of Base64-symbols was created.
- Attachments
-
- cryptbb-7.17.9.9.zip
- (157.21 KiB) Downloaded 180 times
-
- cryptbb-7.17.9.9-utilities.zip
- (46.31 KiB) Downloaded 183 times
-
- cryptbb-7.17.9.9-utility-veil.zip
- (9.96 KiB) Downloaded 178 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
The new version of CryptBB is released: 7.18.1.3
Official site: http://cryptbb.us.to
Major features: The ability of demanding the invite code to register a new users is realized. The utility SIGN was upgraded.
Official site: http://cryptbb.us.to
Major features: The ability of demanding the invite code to register a new users is realized. The utility SIGN was upgraded.
- Attachments
-
- cryptbb-7.18.1.3.zip
- (158.05 KiB) Downloaded 166 times
-
- cryptbb-7.18.1.3-utilities.zip
- (46.41 KiB) Downloaded 166 times
-
- cryptbb-7.18.1.3-utility-sign.zip
- (37.09 KiB) Downloaded 163 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
The new version of CryptBB is released: 7.18.8.11
Official site: http://cryptbb.us.to
Major feature: The design of the elements was changed.
Official site: http://cryptbb.us.to
Major feature: The design of the elements was changed.
- Attachments
-
- cryptbb-7.18.8.11.zip
- (158.34 KiB) Downloaded 141 times
-
- cryptbb-7.18.8.11-utilities.zip
- (46.49 KiB) Downloaded 152 times
-
- cryptbb-7.18.8.11-utility-sign.zip
- (33.3 KiB) Downloaded 142 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
The new version of CryptBB is released: 7.19.1.12
Official site: http://cryptbb.us.to
Major features: The module "Private messages" has been upgraded. The utility VERIFY has been created.
Official site: http://cryptbb.us.to
Major features: The module "Private messages" has been upgraded. The utility VERIFY has been created.
- Attachments
-
- cryptbb-7.19.1.12.zip
- (158.61 KiB) Downloaded 103 times
-
- cryptbb-7.19.1.12-utilities.zip
- (46.98 KiB) Downloaded 100 times
-
- cryptbb-7.19.1.12-utility-sign.zip
- (42.74 KiB) Downloaded 101 times
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
Thank you for the information.khan1danish wrote: ↑Tue Apr 09, 2019 3:48 amToday with the increase in Data Generation, companies are fully dependent on cloud services to maintain, store, process and manipulate their data. Cloud computing is the hottest topic in the market as it provides various benefits to the user apart from storing and maintaining data. Cloud computing is the best way to save money. It eliminates the requirement to set up an infrastructure and is fully secured as compared to traditional means of storing data. And the main issue of storing big data is also solved by cloud computing. Today there are various cloud service providers in the market and the widely used amongst them is AWS.
-
- New php-forum User
- Posts: 16
- Joined: Sat Sep 01, 2012 3:03 am
- Contact:
Another version of CryptBB has been released: 7.19.8.8
Major features: The dark theme for the forum interface has been added. New BB-codes are supported in the posts. The optional KEY-OSSL utility for extracting keys from OpenSSL to the supported format has been created.
Official website: http://cryptbb.us.to
Github: https://github.com/VanDerSaAr/CryptBB/
Major features: The dark theme for the forum interface has been added. New BB-codes are supported in the posts. The optional KEY-OSSL utility for extracting keys from OpenSSL to the supported format has been created.
Official website: http://cryptbb.us.to
Github: https://github.com/VanDerSaAr/CryptBB/
- Attachments
-
- cryptbb-7.19.8.8.zip
- (159.62 KiB) Downloaded 60 times
-
- cryptbb-7.19.8.8-utilities.zip
- (47.28 KiB) Downloaded 36 times