Cryptee
crypt.ee Web, Windows, Mac OS, Linux, PWAPrivate & encrypted rich-text documents. Cryptee has encryption and anonymity at its core, it also has a beautiful and minimalistic UI. You can use Cryptee from the browser, or download native apps. Comes with many additional features, such as support for photo albums and file storage. The disadvantage is that only the frontend is open source. Pricing is free for starter plan, $3/ month for 10GB, additional plans go up-to 2TB.
- Homepage: crypt.ee
- GitHub: github.com/cryptee/web-client
- Privacy: crypt.ee/privacy
- Web info: web-check.xyz/check/crypt.ee
Cryptee Privacy Policy
Privacy Policy Summary
- You can retrieve an archive of your data
- This Service provides a list of Third Parties involved in its operation.
- You can request access, correction and/or deletion of your data
- You agree not to use the service for illegal purposes
- This service is only available to users over a certain age
- This service has a no refund policy with some exceptions
- You can access most of the pages on the service's website without revealing any personal information
- The terms for this service are easy to read
- The service does not index or open files that you upload
- You are prohibited from attempting to gain unauthorized access to other computer systems
- Details are provided about what kind of information they collect
- You are not being tracked
- The service claims to be GDPR compliant for European users
- Your account can be deleted without prior notice and without a reason
- Instead of asking directly, this Service will assume your consent merely from your usage.
- User-generated content is encrypted, and this service cannot decrypt it
- A free help desk is provided
Score
Documents
- Terms and conditionsCreated 09 Sept 21, Last modified 1 year ago
- Privacy PolicyCreated 09 Sept 21, Last modified 1 year ago
About the Data
This data is kindly provided by tosdr.org. Read full report at: #5047
Cryptee Source Code
Author
Description
Cryptee's web client source code for all platforms.
Homepage
https://crypt.eeLicense
NOASSERTION
Created
12 Jun 18
Last Updated
29 May 26
Primary Language
JavaScript
Size
322,861 KB
Stars
527
Forks
27
Watchers
527
Language Usage
Star History
Top Contributors
-
@johnozbay (114)
Recent Commits
-
John Ozbay (26 Mar 26)
Bunch of hotfixes after release + Fixes CRYPTEE-DM7 + Fixes CRYPTEE-CNR crashes + It fixes CRYPTEE-B4R (or theoretically should fix it) + tiny clarification to legal terms + tiny og header addition
-
John Ozbay (07 May 25)
Sharing, Better Markdown Support & Tons of Fixes! NEW - You can now share Cryptee Photos albums - landing page 2026 makeover + added @daviddoran-stripe to acknowledgements. Because you are a proper legend David, thanks for your patience with us. - added new images to press kit - you can now paste markdown from llms + we purify it for safety just in case UPDATED - removed stripe beta tags from client side. sorry @daviddoran-stripe this took too long - updated security.md - removed some unnecessary photos tags and css - got rid of legacy download button css + code - got rid of highlight deletions in photos css - we now only ask user for persistent storage on firefox - some notes on nav persistence - added photos to securitymd - added shared album indicator tag - added colored shared album tag to album header - disabled moving photos into shared albums - increased lightbox size to 2400 - updated og hero for press kit - updated aar - updated press kit - added ‘featured in’ to press kit - added AAR to landing page - updated helpdesk to add sharing related content - Updated DOMPurify to v3.3.3 FIXED - removed unused metrics code - fixes a lightbox keyboard bug - fixes a loading bug in share popup - rename, date-change, ghost for shared albums - fixes a photos downloader bug - hopefully fixes some upload state bugs - hopefully fixes video black thumbnail bug + video play button alignment - added better error handling to photo uploads - fixes gif uploads - Updated terms, privacy, imprint added abuse + LE pages - adds liquid ass tag, and fixes keyboard toolbar for liquid ass, fixes photos css - fixes to landing - updated cloudflare + sentry legal addresses - fixed missing ‘let’ in unwrapFileKey - changed og:image - fixes unnecessary duplicate offlineKey bug - fixed readme - Fixes #246 - Adds a copy & fold button to code-blocks. Thanks jebbster88! This fixes #245! - Fixes #217, thanks Alper! - Fixes #59! FINALLY! Thanks for your patience dhda - Fixes #87 after years! (paste out of cryptee has extra lines) thanks everyone for your patience! - fixes a details[open] bug in sharing
-
John Ozbay (06 May 25)
small landing page updates
-
John Ozbay (01 May 25)
Even More Bugfixes More Bugfixes + fixes the create album bug + fixes a download state bug in photos + fixes fav album images loading bug
-
John Ozbay (30 Apr 25)
Bugfixes + Added kosovo to list of payment accepted countries
-
John Ozbay (26 Apr 25)
More Bugfixes + fixes dm upload cloud for docs + fixes another doc bullet bug + should fix pricing scroll issues
-
John Ozbay (26 Apr 25)
Bugfixes - Fixes photos selection panel covering tags bug - Fixes docs bullets sizing issues - Added anchors to threat model
-
John Ozbay (20 Apr 25)
New Photos Design, HEIC Support, Fonts, Bugfixes NEW FEATURES + Photos design + Added Inconsolata + 22px font size, thanks tony + heic/heif support, fuck you apple. BUGFIXES + fixes max fav no bug + fixes main padding bug + fixes loading animation bugs + fixes main alignment + fixes a few dark mode bugs + fixes lightbox bugs + fixed selector count + fixed new album popup timing for scroll + fixes localized sorting in photos IMPROVEMENTS + better uploader memory management + moved original file garbage collection sooner to speed up uploads + updated lightbox scroll for better ux + added enter-to-submit album name change + paste can now trigger docs search + added autocomplete trap to hopefully solve some docs search issues + press kit updates
-
John Ozbay (17 Mar 25)
bugfixes + popup close buttons aren’t draggable anymore + added an eu page + mini layout fix + updates to about + aar pages css + minor update to docs search to hopefully fix an autofill bug + fixes to aar + aar fixes + fixes signup css layout bug - thx jesper
-
John Ozbay (04 Feb 25)
Bugfixes, changes, signup & landing pg updates # Additions & Changes + added feature to direct download encrypted file for debugging + added insecurelyDecrypt and insecurelyStreamingDecrypt which disables integrity checks for potential file recovery use cases. — for extremely niche debugging purposes only, won't be available for mass use. + updated cookie clearing code to further block stripe's new persistent cookies + added AAR page + added ctrl + y for redo thx @FormularSumo + new signup page design + some updates to landing page + added ability to sort and filter videos + added new regional discount logic # Fixes + fixes a major checkout bug about country color thx @jespertheend + lots of typo fixes @FormularSumo + removed domrectblocked check + updated checkout euro sign thx @jespertheend + fixes manifest issues for rich install thx @FormularSumo and @jespertheend
-
John Ozbay (01 Jan 25)
Small updates & Bugfixes + Added some extra safety nets to prevent someone from moving folders into themselves nested a few folders deep + Added helpdesk email bounce notice + Photos now remembers scroll position in gallery #227 + Added photos timeline to mobile devices on albums view. fixes #227 + fixes some typos + fixes some mobile layout issues
-
John Ozbay (15 Dec 24)
Tons of bugfixes & optimizations # Tons of bugfixes & optimizations + major photos upload overhaul. removed gifs for videos (and removed gifjs) + uploads are now using offscreencanvas + imageBitmaps instead of tons of canvases. this should reduce memory use by 3x - 5x + Cryptee Docs embedded image optimization now uses the new offscreen canvas pipeline as well + reduced max no uploads to 3 on mobile for performance + fixes an edge case bug where if you resize while docs is still loading this throws some errors + a note to service worker + update to webapp manifest + added sitemap + added more images to press kit + updated press kit titles + should fix an eager loading foot race bug + Should fix CRYPTEE-A0D + updated use case pages + removed old unused functions + added a PDF viewer initialization check that could solve some problems with PDFs not loading right away
-
John Ozbay (12 Dec 24)
fixes a false-positive template sync error
-
John Ozbay (12 Dec 24)
Updated landing images & CSS layout
-
John Ozbay (12 Dec 24)
Tons of RAW Formats, Comments, Bugfixes & More # Additions + Added support for hundreds of RAW formats & manufacturers + Comments (sidebar, toggles, buttons etc) # Changes + Removed UTIF switched to LibRAW + Fixes plan switcher + Adds more promo checks to the app + Fixes RAW formats on landing page + New UI Icons + Adjusted desktop and mobile breaking points to fit comments icon + Quill's inline order. this shouldn't break anything but taking note just in case + Added raw image types to docs icons list # Updates + JSPDF + HTML2Canvas + HTML2PDF + DOMPurify # Fixes + Fixes #224
-
John Ozbay (21 Nov 24)
hotfix for padding and borders
-
John Ozbay (20 Nov 24)
Fixes and improvements to photos search
-
John Ozbay (13 Nov 24)
Bugfixes and a few tiny visual improvements — Should fix search clearing + autofill bugs — Updated landing copy — Fixes uploader issues and brings better progress tracking for both docs and photos — Updated promo banners, copy and checkout flow — added a promo/news clash check for free users
-
John Ozbay (11 Nov 24)
two layout hotfixes two layout hotfixes
-
John Ozbay (10 Nov 24)
More bugfixes + fixes aperture & lens parsing for ProRaw + fixes album dates on mobile + better mobile keyboard handling for the left menu + added a 0.5rem pad to the top of editor wrapper on mobile for better doc viewing on some android devices with cutout safe zones Thanks @FormularSumo
-
John Ozbay (04 Nov 24)
Lots of bugfixes thanks to @FormularSumo & others — improved RAW photo upload handling to support ProRaw photos better — fixes #222 (a manifest error) thanks to @FormularSumo this update also fixes : — help article color/bg color issues. thx @FormularSumo — some download icons — pwa install instructions! — grammar fixes — a viewport offset bug in Android — mobile keyboard toolbar — bunch of android keyboard jumpiness bugs — bunch of accidental keyboard opening bugs on mobile. — msft windows logo
-
John Ozbay (22 Jul 24)
Lots of new features, changes + bug fixes (see details) # NEW FEATURES + more url protocol handlers & prefixer + raw & fav sort and filtering + indicator for filters + multiple downloader / native sharing + new download size picker + new move modal for photos with thumbs + adds og hand-made pixel art fruit co pear icon + view transitions to home, docs, photos, settings, plans, login + downloader uses cache api (and in memory array as a fallback) # CHANGES / UPDATES + schema + browser icon in download + dom purify version bump + lightbox now follows the filters as well + photo selection logic now uses filters as well + some garbage collection improvements + removed popup download # PROMINENT BUG FIXES + fixes a few downloading bugs + should fix ios share dialog + fixes a favorites loading bug
-
John Ozbay (10 Jul 24)
hotfix : adding remix woff for fallback
-
John Ozbay (09 Jul 24)
Some minor updates and critical bugfixes + updated readme + added security.md + added offline docs and key change failsafes + made albums dominance monochrome by default + added border radius to photos gallery (1.125rem) + should fix iOS embed popup bugs + added saving indicator to docs + added masked logos to press kit + added logotypes to press kit + added remixicon v4.3.0 (removed woff, switched to woff2)
-
John Ozbay (07 Jun 24)
Bugfixes + Fixes CRYPTEE-B2G + fixes the false remote-message message in infobox for new docs thx steffen! + temp workaround for wakelock
-
John Ozbay (29 May 24)
Templates, Crazy perf benefits & more! + Added Custom User Templates! + Added Cryptee Templates! + Added a special sync function / step for templates + A brand new and shiny new doc popup with templates + Stupid-fast instant new document creation for both regular docs and templated docs + Added new promo banner! + Added a preference to make all new docs online-first. + STUPID FAST doc loading speeds. Esp when changing between two offline docs. + You can now download active doc as UECD + Added a custom meta tag for tables. This will allow us to ship so many cool new features. coming soon. + Added paper margin data to infobox + Added two shorter than ‘single’ line-heights + Changed how we display upgrade prompts for gifted users. (note to curious github readers, this is TBD, we'll talk about this later, it's for future compat) + We now save paper stock of a doc using the same setDocMeta function to save roundtrip traffic time, cuts down doc creation and save time by 1/3rds for paper-layout docs. + both ECD and UECD now carry paper format + font data + Changed font behavior. If user has selection = change selection font only. If user has no selection = change doc font. + We no longer listen to the editor's "text-change" events while "loadingDoc" is true. None of us on the team can think of any scenario where this could break anything. But if we ever experience any weird edge cases, this may be the culprit. + All new docs are offline-first. Fixes #191 + We now use Inter as our default new doc font for users who don't have a new doc font preference. This is an i18n decision to support more languages and locales. i.e. fixes the notorious internally tracked CRYPTEE-B2C error. despite what name might suggest, it has nothing to do with business-to-consumer lol.
-
John Ozbay (28 May 24)
fixed plaintext export icon
-
John Ozbay (28 May 24)
we can now download active doc as UECD
-
John Ozbay (28 May 24)
You can now export unencrypted docs from inside the active doc export panel
-
John Ozbay (28 May 24)
we now use inter as default font for docs for new users and docs to help with international chars
Cryptee Website
Website
Cryptee | Encrypted Secure Photo Storage & Encrypted Documents Editor
Cryptee is an encrypted secure photo storage service, and an encrypted documents editor to write personal docs, notes, journals, store files and more.
Redirects
Does not redirect
Security Checks
All 66 security checks passed
Server Details
- IP Address 104.22.2.226
- Location San Francisco, California, United States of America, NA
- ISP CloudFlare Inc.
- ASN AS13335
Associated Countries
-
US
Safety Score
Website marked as safe
100%
Blacklist Check
crypt.ee was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Cryptee Reviews
More Digital Notes
-
Cross-platform desktop and mobile note-taking and todo app. Easy organisation into notebooks and sections, revision history and a simple UI. Allows for easy import and export of notes to or from other services. Supports synchronisation with cloud services, implemented with E2EE.
-
Privacy-first, open-source knowledge base that works on top of local plain-text Markdown and Org-mode files. Supports lots of different note modes, including task management, PDF annotation, flashcards, whiteboards strong markdown support and more. Includes themes and extensions, backed by a strong community
-
An offline markdown-based note editor for desktop, with a simple, yet feature-rich UI. All notes are saved individually as .md files, making them easy to manage. No mobile app, built-in cloud-sync, encryption or web UI. But due to the structure of the files, it is easy to use your own cloud sync provider, and additional features are provided through extensions.
-
A powerful knowledge base that works on top of local plain-text Markdown files. It has a strong community, and a lot of plugins and themes. Generally privacy-respecting, but no encryption out of the box, and some of the code is obfuscated or not fully open source
Not Open Source -
S.Notes is a free, open-source, and completely encrypted private notes app. It has a simple UI, yet packs in a lot of features, thanks to the Extensions Store, allowing for: To-Do lists, Spreadsheets, Rich Text, Markdown, Math Editor, Code Editor and many more. You can choose between a number of themes (yay, dark mode!), and it features built-in secure file store, tags/ folders, fast search and more. Standard Notes is actively developed, and fully open-source.
-
A secure, collaborative notebook. Self-host it yourself, or use their hosted plan (free edition or $3/ month for premium).
-
A free, open-source note-taking application built with Qt, focused on providing a pleasant Markdown editing experience. It manages notes directly as plain text files on your local system.
About the Data: Cryptee
Change History
- Amended (followWith)
API
You can access Cryptee's data programmatically via our API. Simply make a GET request to:
https://api.awesome-privacy.xyz/productivity/digital-notes/cryptee The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
Share Cryptee
Help your friends compare Digital Notes, and pick
privacy-respecting software and services.
Share Cryptee and Awesome Privacy with your network!