This project is maintained by valerio-vaccaro
Ghostinbox is a web platform that allows users to create temporary email addresses to receive messages without revealing their real email address. The service is ideal for quick registrations, account verifications, email deliverability testing, or any situation where you want to avoid spam or protect your identity.
Unlike traditional email services, Ghostinbox doesn’t require registration or store personal data, making it an excellent choice for those who prioritize privacy. Additionally, Tor network support allows anonymous access to the service, hiding the user’s IP address. The open-source nature of the project ensures transparency and allows developers to examine the code for potential vulnerabilities or customizations.
Using Ghostinbox is extremely intuitive and doesn’t require technical skills:
The service is designed to be fast and friction-free: no account creation is needed, and the minimalist interface makes the experience smooth even for non-technical users. The ability to access via Tor adds an additional level of protection for those who want to maintain complete anonymity.
To use the service, you need to choose an alias that should be long enough and random enough so that it cannot be guessed by other users. This alias will be like a password to access the email and therefore should not be forgotten.
From this alias, an email address HASH@ghostinbox.it is derived where HASH equals sha256(alias)
, i.e., the hash of the alias using SHA-256; a user can then use this email (shown in the receiving scheme) to receive emails. The receiving page updates automatically showing received emails. A user can create an email address without accessing the service and use the website only for consultation.
By clicking on the email, you can read its text and possibly copy links to click; the email format is deliberately text-only and therefore won’t show any of the graphic features of HTML-based emails.
Ghostinbox addresses various needs related to privacy and temporary email management:
The GitHub repository of Ghostinbox (https://github.com/valerio-vaccaro/ghostinbox.it) reveals a lightweight implementation, written mainly in Python with the Flask framework, with the following characteristics:
Technical strengths:
Ghostinbox is an elegant and functional solution for those seeking a fast, secure, and privacy-oriented temporary email service. With its intuitive interface, Tor support, and open-source code transparency, it appeals both to common users who want to protect their inbox from spam and to developers who need a reliable system for testing or temporary registrations. To try Ghostinbox, visit https://ghostinbox.it/. To explore the code or contribute to the project, consult the repository at https://github.com/valerio-vaccaro/ghostinbox.it.