DEV Community

ORPHÉRIC
ORPHÉRIC

Posted on

CipherFlow System v1.3

🚀 CipherFlow System v1.3: Introducing Secure TCP File Transfer

UPDATE RESUME

I'm happy to share the latest release of CipherFlow System, my open-source Windows application written in C.
Originally developed as a file encryption and decryption tool, CipherFlow has now evolved into a more complete file security platform with the introduction of a built-in TCP file transfer system.


✨ What's New in v1.3

The main focus of this release is networking.

Secure File Transfer

CipherFlow now allows users to send and receive files directly between two computers using a TCP connection.

The transfer system includes:

  • Send File mode
  • Receive File mode
  • Reliable TCP communication using Winsock
  • Automatic progress monitoring
  • Support for files of virtually any size
  • Network error handling

Built with C and Winsock

This release was an opportunity to learn and implement TCP socket programming using the Windows Winsock API.

What's Next?

Future versions will focus on additional security improvements, enhanced transfer capabilities, and continued refinement of the application's architecture.


📦 Try it here :
👉 https://github.com/orpheric73/FILE_CRYPTER/releases/download/v1.3/FILE_CRYPTER.exe

📚 Documentation :
👉 https://github.com/orpheric73/FILE_CRYPTER/blob/main/README.md


💬 Thank you for reading! Feedback, suggestions, and contributions are always appreciated.

Top comments (0)