You are browsing as a guest. Sign up (or log in) to start making projects!

brny

@brny

Joined June 1st, 2026

  • 4Devlogs
  • 5Projects
  • 0Ships
  • 0Votes
Open comments for this post

2h 24m 36s logged

IT’S NOW ENCRYPTED!!! :partyblob:

There have been a lot of new updates and improvements to psfsp. Here’s all of them:

  • Added a better UI for the client side
  • Fixed bug where if the file is larger, verifying the hashes would fail.
  • Added the ability to query the files available
    and, the big one
  • Added username and password authentication

- Added TLS encryption so everything is encrypted including your password and username and the files you download

The TLS certificates are generated locally on the first startup and saved to the home folder. They are self signed and do not depend on a machine name.

Future goals:

  • Graphical User Interface for the client (current)
  • Ability to delete, rename and upload files
  • Compression
  • Key based authentication
  • Control panel for the server
  • DDOS protection

That’s it for now

Original post
@brny

IT’S NOW ENCRYPTED!!! :partyblob:

There have been a lot of new updates and improvements to psfsp. Here’s all of them:

  • Added a better UI for the client side
  • Fixed bug where if the file is larger, verifying the hashes would fail.
  • Added the ability to query the files available
    and, the big one
  • Added username and password authentication

- Added TLS encryption so everything is encrypted including your password and username and the files you download

The TLS certificates are generated locally on the first startup and saved to the home folder. They are self signed and do not depend on a machine name.

Future goals:

  • Graphical User Interface for the client (current)
  • Ability to delete, rename and upload files
  • Compression
  • Key based authentication
  • Control panel for the server
  • DDOS protection

That’s it for now

Replies

Loading replies…

0
1
Open comments for this post

3h 16m 10s logged

hashes are cool

It’s new devlog time. There have been a ton of features added to pretty simple file sharing protocol. - First of all, you can share files.

  • Second of all, files are hashed to verify their integrity

What are some of the future goals?

  • Username / password authentication
  • Encryption
  • Docker container

Currently known bugs

  • If you put the END byte in the file being sent, it will be interpreted as the end of the file and will result in a broken download

What’s the goal of this program?

This is meant to be a replacement for the dated FTP protocol, and even a competitor though there is a long way to go.

Original post
@brny

hashes are cool

It’s new devlog time. There have been a ton of features added to pretty simple file sharing protocol. - First of all, you can share files.

  • Second of all, files are hashed to verify their integrity

What are some of the future goals?

  • Username / password authentication
  • Encryption
  • Docker container

Currently known bugs

  • If you put the END byte in the file being sent, it will be interpreted as the end of the file and will result in a broken download

What’s the goal of this program?

This is meant to be a replacement for the dated FTP protocol, and even a competitor though there is a long way to go.

Replies

Loading replies…

0
2
Open comments for this post

16m 3s logged

PSFSP is a custom file sharing protocol built completely from scratch. It would reroute every new connection to a new thread on an ephemeral port, and send the data in chunks along with hashes. I currently started writing the definitions for the bytes and the documentation for them but also set up cargo and other stuff.

Original post
@brny

PSFSP is a custom file sharing protocol built completely from scratch. It would reroute every new connection to a new thread on an ephemeral port, and send the data in chunks along with hashes. I currently started writing the definitions for the bytes and the documentation for them but also set up cargo and other stuff.

Replies

Loading replies…

0
2
Open comments for this post

21m 36s logged

Untitled fighting game is a silly fighting game where you can fight against everything. It takes a lot of inspirtation from old roblox games. Im making it in godot and making it 3d, currently i made the player move and gave it an arm

Original post
@brny

Untitled fighting game is a silly fighting game where you can fight against everything. It takes a lot of inspirtation from old roblox games. Im making it in godot and making it 3d, currently i made the player move and gave it an arm

Replies

Loading replies…

0
3

Followers

Loading…