Croc icon
Croc icon

Croc

 19 likes

croc is a tool I built to easily and securely transfer stuff from one computer to another.

The only tool that is easily installed and used on any platform, and has secure peer-to-peer transferring, and has the capability to resume broken transfers.

Croc screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Termux
5 / 5 Avg rating (5)
19 likes
4comments
0 news articles

Features

Suggest and vote on features

Properties

  1.  Privacy focused
  2.  Lightweight
  3.  Security-focused

Features

  1.  Secure File Sharing
  2.  Data transfer
  3.  File Sending
  4.  Peer-To-Peer
  5.  Multi Platform
  6.  Large File Transfer
  7.  Command line interface
  8.  Ad-free
  9.  No registration required
  10.  Portable
  11.  Local network sharing
  12.  Password protection

Croc News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Croc information

  • Developed by

    schollz
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Rating

    Average rating of 5
  • Alternatives

    86 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

File SharingOS & Utilities

GitHub repository

  •  28,977 Stars
  •  1,146 Forks
  •  8 Open Issues
  •   Updated Mar 13, 2025 
View on GitHub

Our users have written 4 comments and reviews about Croc, and it has gotten 19 likes

Croc was added to AlternativeTo by serg10 on Mar 3, 2021 and this page was last updated Jan 9, 2024.

Comments and Reviews

   
 Post comment/review
sabatorara
  
Top positive commentMay 25, 2021

Using Croc, sending/receiving files between Android and desktop has never been easier. Croc is perhaps more appealing to users who prefer not to use apps with names containing the word "worm". Other than that, ordinary users less likely can tell the difference between using Croc, magic-wormhole, or wormhole-william. Unfortunately, Croc for desktop has no gui.

2
Nanang F. Rozi
  
Positive commentMay 11, 2023
• Edited May 19, 2023

Very simple to install and run. It shows the progress of the copied files.

0
Marksdo Ma
  
Positive commentApr 29, 2023

it write an croc gui client on the iOS/macOS, Search "croc cli" or "icroc" on the appstore you can get it.

0
Guest
  
Positive commentFeb 9, 2023

Awesome. Never saw such a light file sharing software.

0

What is Croc?

croc is a tool I built to easily and securely transfer stuff from one computer to another.

There are many tools that can do this but AFAIK croc is the only tool that is easily installed and used on any platform, and has secure peer-to-peer transferring, and has the capability to resume broken transfers.

Overview

Transmit encrypted data with a code phrase

croc securely transfers data using code phrases - a combination of three random words (mnemonicoded 4 bytes). The code phrase is shared between the sender and the recipient for password authenticated key exchange (PAKE), a cryptographic method to use a shared weak key (the “code phrase”) to generate a strong key for secure end-to-end encryption. By default, a code phrase can only be used once between two parties so an attacker would have a chance of less than 1 in 4 billion to guess the code phrase correctly to steal the data. An attacker with the wrong code phrase will fail the PAKE and the sender will be notified without any data transfering. Only two people with the right code phrase will be able to computers transfer encrypted data through a relay.

Official Links