Back to Home

Privacy Policy

Effective date: 2026.07.06.
Version: 1.0

1. Introduction — Our EU-sovereign approach

Secure Academic Studio's data processing is built on the principle of "data protection by design and by default" set out in Article 25 GDPR. What distinguishes us from many of our competitors is that user data is processed within the territory of the European Union, with European providers:

Payment for premium features and invoicing are handled by Creem (Armitage Labs OÜ, Estonia), which acts as Merchant of Record (reseller). Creem is established within the European Union, so its data processing is directly subject to the EU GDPR (for the jurisdictional details, see Section 6).

Here we highlight a key fact that lies at the heart of our payment architecture: we ourselves do not transfer any personal data to Creem. The customer enters their payment and billing details directly on Creem's interface, and only a single anonymous transaction identifier is returned into our system — we never receive or store a name, e-mail address, billing address or card details (see Section 4.8). The only genuinely US-based processor in the chain is Google LLC, whose services performed in the EU region are strictly limited at the contractual, technical and architectural levels alike (see Section 6).

A significant portion of our tools runs exclusively in your browser, locally. Even for our AI-based premium tools, we use an architecture designed to minimise the transfer of user data. We do not use tracking, we do not create profiles, and we do not share data with third parties for marketing purposes. Our own server handles the processed user content on a storage-free basis, acting solely as a network intermediary and metadata handler.

2. Identification of the Data Controller

Under Article 37 GDPR we are not required to appoint a Data Protection Officer (DPO), as our activities do not involve large-scale processing of special categories of data or regular and systematic monitoring. For data protection matters, we are available at the e-mail address above.

3. Principles of Data Processing

We process your data in accordance with the principles set out in Article 5 GDPR: lawfully, fairly and transparently. We request only the data strictly necessary for the specified purposes (data minimisation), and we store it only for as long as necessary to achieve the purpose or as required by legal provisions (storage limitation). We do not use automated decision-making or profiling that would produce legal or similarly significant effects on you.

4. Categories of Data Processed

4.1. Visiting the website (Hosting)

4.2. Use of local (client-side) tools

A significant portion of our tools (e.g. PDF Merger, PDF Splitter, Image/EXIF Metadata Remover, Document Metadata Cleaner, Secure PDF Redactor) runs entirely in your browser. The files and texts to be processed do not leave your device, are not transmitted to our servers, and are not transmitted to any processor.

4.3. Bank Statement Converter and Invoice Converter (Stateless RAM architecture)

The Bank Statement Converter and the Invoice Converter tools share the same underlying architecture and data-handling safeguards. Everything described in this section for the Bank Statement Converter applies identically to the Invoice Converter. Both tools operate in a hybrid manner, with two privacy-enhancing layers:

4.3.1. Batch Bank Statement Converter and Batch Invoice Converter (Batch processing)

The Batch Bank Statement Converter and the Batch Invoice Converter use the same stateless RAM architecture and server-side safeguards as the tools described above in this section, with one significant difference: because of the high-volume, batch nature of the processing, manual, page-by-page masking is not technically feasible, so this step is omitted.

Accepted trade-off: Users who need to verify and remove sensitive data themselves before transmission should use the non-batch (single-file) Bank Statement Converter or Invoice Converter, where this manual redaction and pre-transmission verification option is available.

4.4. Academic Proofreader (Signed URL + temporary EU cloud storage)

For the Proofreader tool, the uploaded .docx file (or a previously saved .sau session file) is read and tokenised entirely in your browser; the file itself is never uploaded. The tokenised text is then transferred directly from your browser to EU-based Google Cloud Storage using a short-lived Signed URL, bypassing our own server. To perform the analysis, our server reads that object into its memory (RAM) — solely in order to split it into chunks and forward them to the Google Cloud Gemini Enterprise Agent Platform — and deletes the input object from Cloud Storage immediately after reading it. The text is never written to our server's physical storage (HDD/SSD) or to its database. The result of the analysis returns through our server's memory in the same way and is placed back into Cloud Storage, from where your browser downloads it directly and then automatically requests its deletion.

Please note that this means: the textual content of the document is transmitted for processing. Before uploading a sensitive, unpublished or confidential document, we recommend that you consider what content you share. If it concerns particularly sensitive material (e.g. unpublished research results), we recommend removing personally identifying parts (name, institution, references) in advance.

4.5. Transcriber application (audio transcription)

The Transcriber is the most complex application in our portfolio and the one designed with the greatest care from a data protection standpoint. It provides text transcription of audio files with the help of artificial intelligence. The architecture ensures that not a single byte of user content is written to the physical storage of our own Hetzner server, either on the input (audio) or the output (transcript) side.

Technical parameters and supported formats:

Pre-flight Check (advance notice): Before uploading, a user interface modal shows the expected credit cost, the available balance, information regarding content filtering, and the conditions for credit refunds. In accordance with Article 13 GDPR, this feature provides specific, contextualised information at the very moment immediately before processing begins.

4.5.1. The Transcriber data flow: four phases

A) Input upload (direct, bypassing our server): The audio file uploaded by the user is transferred directly from your browser to the "pending/" folder of Google Cloud Storage using a short-lived GCS Signed URL access code. The original file name is replaced by the frontend with a random identifier before the file leaves the browser.

B) AI processing: The Google Cloud Gemini Multimodal model performs the transcription and returns the text in JSON format, broken down by speaker (diarized).

C) Output handling (Stateless RAM-to-Bucket): The JSON transcript arriving from Gemini returns to our Hetzner server. This is an unavoidable architectural step for three reasons: (1) the API call must be authenticated with our private Service Account key, which cannot be present in the user's browser; (2) our server must see the result of the processing for the purpose of credit accounting and the automatic refund applicable in the event of content filtering; (3) Google Gemini's synchronous API architecturally does not support direct bucket writes to a live user interface.

We solve this step with the Stateless RAM-to-Bucket pattern: the server receives the transcript solely in its memory (RAM) and, within a fraction of a millisecond, uploads it to the "results/" folder of Google Cloud Storage. The transcript is NEVER written to the server's physical storage (HDD/SSD). Only a sterile status update is recorded in the database (status: 'done'); the transcript itself is NOT. The Node.js Garbage Collector immediately overwrites the memory area. The entire transfer takes place under TLS 1.3 encryption.

D) Download and On-Demand Erasure: The user interface downloads the transcript directly from Google Cloud Storage to your device using another 1-hour Signed URL. After a successful download, the frontend automatically calls our On-Demand Erasure endpoint, which immediately destroys the transcript file from GCS. If the download is interrupted, the same file is available again with a new Signed URL, for as long as the file still physically exists under the Bucket Lifecycle Rule described in Section 4.5.2 (Layer 5), whose practical outer bound is close to 24 hours.

4.5.2. Five-layer deletion guarantee

Both the input (audio) and the output (transcript) are subject to the same symmetric five-layer deletion guarantee. Two layers are enforced at the storage-infrastructure level, independently of our application code; three are enforced within the application logic itself. The protocol operates uniformly within the Google Cloud Storage bucket, regardless of folder type.

4.5.3. Force Delete — the self-service implementation of Article 17 GDPR

Force Delete is a recovery control, not a permanently visible button: it appears in the progress window of the Transcriber and of the Academic Proofreader only when the automatic on-demand erasure (Layer 3) could not be confirmed after three attempts. In that situation you are told so explicitly, and you are given the choice yourself: either trigger a further round of deletion attempts with a single click, or knowingly leave the remaining object to the Orphan Sweeper (Layer 4) and the Cloud Storage lifecycle rule (Layer 5).

A single click on Force Delete removes every object still registered for that job from Google Cloud Storage — the uploaded input and the generated result alike — together with the corresponding entries in the gcs_lifecycle_tracking table. In the normal case the button is never shown, because the deletion has already completed on its own. Where it is shown, it is a direct, real-time, user self-service implementation of Article 17 GDPR (the right to erasure): the decision about the residual object stays with you rather than being made silently on your behalf.

4.5.4. Internal database tables (anonymous metadata)

For the operation of the Transcriber, two strictly minimised internal technical database tables exist on our Hetzner server:

a) gcs_lifecycle_tracking — used solely to operate the five-layer deletion guarantee. It contains exactly four fields:

The table EXPLICITLY does NOT contain: IP address, browser data, device identifier, original file name, e-mail address, name, physical address, or any direct or indirect identifier that would identify you as a natural person. Under normal operation (in 99.9% of processing runs), the entry is automatically deleted when processing is completed (typically within 1–5 minutes). In the event of an exceptional error, the maximum theoretical retention time is ~3–4 hours.

b) transcription_jobs — anonymous accounting and settlement metadata. The table does NOT contain any transcript content (the former result_json field has been physically removed from the database). Its content:

The transcription_jobs table is retained for the accounting retention period (8 years) pursuant to Section 169(2) of Hungarian Act C of 2000 on Accounting. Since the table contains only anonymous metadata, this long retention does not pose a problem from a data protection standpoint.

4.5.5. Content filtering (content_blocked)

The Google Cloud Gemini Enterprise Agent Platform has built-in safety filters (Safety Settings) that automatically refuse to process unlawful content (in particular content related to the sexual abuse of children) or content that violates Google's terms of service. In such cases, the user receives a clear, sterilised error code, and the credits used for the process are refunded.

Please note that, under the relevant international and national laws, in the event of the detection of such content the providers concerned may have a reporting obligation towards the competent authorities, regardless of the fact that we ourselves operate on a Zero File Retention principle. This reporting obligation applies to every technology provider worldwide and does not stem from Secure Academic Studio's data processing practice.

We ourselves do not have access to the content of the file, and we cannot modify Google's filter settings. We do not provide a manual review option, since the content filter is operated by Google Cloud and the information required for this is technically not available to us. In the event of a suspected false positive, we recommend splitting the recording into shorter segments and retrying.

4.5.6. Notice regarding special categories of data

The Transcriber processes audio content which, by its very nature, may also contain special categories of data (Article 9 GDPR: health status, religious or philosophical beliefs, political opinion, sex life, etc.). Use of the service for such a purpose constitutes the user's explicit consent within the meaning of Article 9(2)(a) GDPR. If the user processes recordings that also contain the voices of third parties, it is your responsibility to ensure that the data subjects are informed and have given their consent.

4.6. UI Preferences (Language and Theme)

4.7. Anonymous Feedback

Messages received via the "Anonymous feedback" function available in the footer arrive exclusively on our own server operated at Hetzner. We do not use a third-party form service.

4.8. Purchase and Payment (Creem)

The purchase of premium credits is handled by Creem, which acts as Merchant of Record (reseller). This means that, in legal terms, Creem is the seller towards the customer: Creem processes the payment, it charges and remits the applicable tax (VAT/sales tax), and it issues the invoice to the customer in its own name. During the payment process, the customer is taken to an interface operated by Creem, where they enter their payment details. We do not see or store the card details, the name, the e-mail address or the billing address — these are handled solely by Creem, as an independent controller, in accordance with its own privacy policy.

Data minimisation at the architectural level: For a successful payment, Creem sends a digitally signed (HMAC-SHA256) webhook notification to our server. From this notification, our system reads only two pieces of data: the transaction identifier and the price identifier of the purchased product. The price identifier is translated by a server-side dictionary into the amount of credits to be credited. Apart from these two pieces of data, we do not process or store any field of the message arriving from Creem — we do not link any name, e-mail, address, country or amount to the user.

The "vanishing bridge": When the payment is approved, our system generates a random, anonymous Credit Pack Code, credits the credits to it, and, in a temporary delivery queue, temporarily links the transaction identifier to this anonymous code — solely so that, after a successful purchase, your browser can retrieve the code. As soon as you secure the code (copy it, download it, or return to the applications), your browser sends a signal to our server, which immediately and permanently deletes this delivery queue entry. This permanently severs the link between the transaction identifier and the anonymous credit balance.

After deletion, the transaction identifier is retained solely in a separate register against repeated redemption (replay protection), without any connection to any wallet or credit balance. A Creem transaction identifier in our hands is not, on its own, suitable for identifying you — the person behind it can be identified only by Creem, in its own system.

4.9. Account-free credit system (Credit Pack Code)

Premium features are managed on the basis of anonymous codes (Credit Pack Code), without registration. We do not ask you for an e-mail address, password, or any identifier. The credit balance assigned to the code received at purchase is stored in your browser and in the corresponding database record on our server.

4.9.1. Free Daily Trial (IP-based abuse prevention)

To limit each visitor to one free daily trial credit allocation, we compute a one-way SHA-256 hash from your IP address, the current date, and a server-side secret value, and store this hash — never your raw IP address — in our database.

4.10. Customer support communication (Tuta e-mail)

5. Processors and Third Parties

The technical infrastructure of the service (hosting, e-mail and AI processing) operates with European processors. We do not use Google Analytics or Google Fonts (we serve our fonts from our own server), we do not use external CDNs, and we have no third-party advertising or tracking scripts. We display our Mozilla Observatory A+ and SSL Labs A+ ratings in a static image format (WebP) served from our own server, without click-to-load or any other external request.

Provider Function Status Registered seat Jurisdiction
Hetzner Online GmbH Hosting (VPS, Nuremberg) Processor Germany EU
Armitage Labs OÜ (Creem) Payment and billing (Merchant of Record / reseller) Independent controller Estonia EU
Google Cloud EMEA Limited — Vertex AI / Agent Platform AI processing (Gemini Multimodal, EU multi-region) Processor (contract prohibiting AI training, Google-managed / Cloud KMS-managed encryption keys) Ireland (legal entity) / USA (parent company) EU/EEA (see Section 6)
Google Cloud EMEA Limited — Cloud Storage Temporary storage of audio/transcript files (deleted within seconds in normal operation; last-resort backstop close to 24 hours, EU multi-region) Processor (five-layer deletion guarantee, Google-managed / Cloud KMS-managed encryption keys) Ireland (legal entity) / USA (parent company) EU/EEA (see Section 6)
Tuta (Tutao GmbH) Customer e-mail (privacy@, support@) Processor Germany EU

Our Google Cloud contract includes the official Cloud Data Processing Addendum, which provides contractual safeguards meeting the requirements of Article 28 GDPR and expressly excludes the use of user data for training AI models.

6. Data transfers within and outside the European Union

6.1. Processing within the EU

User data is processed both physically and legally within the European Union in the case of Hetzner (Germany) and Tuta (Germany). With these providers, there is neither a physical data transfer nor a jurisdictional risk outside the EU.

6.2. Google Cloud (Vertex AI and Cloud Storage) and the CLOUD Act issue

With our privacy-conscious readers, we address the following fact with complete honesty: Google LLC is a US-based company, and the parent organisation is in principle subject to the US CLOUD Act, even though the European subsidiary of Google Cloud (Google Cloud EMEA Limited, Ireland) provides the service rendered to us, and the physical data centers are located exclusively within the territory of the EU.

We reduce this residual risk through multi-layered measures:

a) EU multi-region: The configuration of our Google Cloud project uses the "eu" (multiple regions in European Union) region for both Vertex AI / Agent Platform and Cloud Storage. According to Google's contractual commitment, for services configured in the EU region, customer data is processed exclusively within the European Union.

b) Restricted encryption-key options on Cloud Storage: On the Google Cloud Storage bucket used for audio processing, customer-supplied encryption keys (CSEK) are explicitly disabled; only Google-managed or Cloud KMS-managed keys are permitted as encryption options. This removes the operational risk of a lost or mismanaged externally-supplied key, while data at rest is, by default, encrypted using Google Cloud's standard server-side encryption mechanisms.

c) Zero File Retention and the five-layer deletion guarantee: For the Bank Statement Converter and the Invoice Converter (including their Batch variants), the processed data passes through via the Stateless RAM mechanism and is not physically stored. For the Transcriber and the Proofreader, which use temporary Cloud Storage, the five-layer deletion guarantee keeps retention, in normal operation, on the order of seconds; only in the unlikely case that several layers fail in sequence could retention theoretically extend to a period close to, and in a rare worst case just under, 48 hours.

d) No-training clause: The Cloud Data Processing Addendum expressly excludes the training of Google AI models on our user data.

e) Data minimisation: For the Bank Statement Converter, we send only the page image as redacted by the user, never the original PDF. For the Transcriber, the original file name does not even leave the user's device — the frontend replaces it with a random identifier.

f) Legal basis: The data transfer to Google Cloud takes place under the Standard Contractual Clauses (SCC) approved by the European Commission and the EU-US Data Privacy Framework (DPF), which Google provides in its official contractual documentation.

We will make the complete contractual documentation and safeguards available on request at the controller's e-mail address.

6.3. Creem (Estonia) and processing within the EU

Payment for premium features and invoicing are handled by Armitage Labs OÜ, trading as Creem (Estonia), with which we have a contractual relationship. As Creem is a company registered within the European Union, payment and billing data processed by Creem falls directly under the EU GDPR, without requiring any third-country adequacy assessment.

a) Architectural data minimisation — our data transfer footprint stays within the EU: From our standpoint, the most important point is that we ourselves do not transfer any personal data to Creem. The customer enters their payment and billing details directly on Creem's interface, and only a single anonymous transaction identifier is returned into our system (see Section 4.8). Consequently, on the part of our data processing there is no data transfer that would take the user's personal data out of the EU.

b) Creem's independent controller responsibility: The payment and billing data is handled by Creem as an independent controller, in accordance with its own privacy policy (https://www.creem.io/privacy). How Creem handles this data within its own organisation falls within Creem's own scope of responsibility and the scope of its own policy.

7. Data security measures

Pursuant to Article 32 GDPR, we apply the following technical and organisational measures:

No system provides absolute security — our goal is to ensure reasonable and proportionate protection in line with the nature and risks of the data processing.

8. Rights of Data Subjects

Under the GDPR you have the following rights:

We do not use automated decision-making or profiling that would produce legal or similarly significant effects on you (Article 22 GDPR).

Self-service deletion mechanism: The Force Delete function of the Transcriber application is a direct, real-time implementation of Article 17 GDPR — with a single click, both the input (audio) and the output (transcript) undergoing processing can be deleted immediately and irreversibly, without having to submit any request.

An important particularity: due to the account-free architecture (Credit Pack Code), we ourselves cannot identify you. For the exercise of certain rights (e.g. access to your credit balance), we therefore need your Credit Pack Code — this is the only key that leads to your credit balance. (In exceptional cases, if the generation of the code is delayed, the Creem transaction identifier may also help you reach support while the purchase is in the delivery queue.)

You may exercise your rights at privacy@secureacademic.com. We respond to requests within a maximum of 1 month pursuant to Article 12 GDPR; in the case of complex or numerous requests, this may be extended by a further 2 months, of which we will notify you.

9. Complaints and Remedies

If you feel that we have violated your data protection rights, please first contact us at the e-mail address above. In addition, you are entitled to lodge a complaint with the Hungarian supervisory authority and to seek a judicial remedy:

National Authority for Data Protection and Freedom of Information (Nemzeti Adatvédelmi és Információszabadság Hatóság, NAIH)

Users in an EU Member State may also address their complaint to their own national data protection authority.

10. Processing of minors' data

Our service is not intended for users under the age of 16. We do not knowingly collect data from persons under the age of 16. If we become aware that we are processing the personal data of a child under the age of 16 without parental or guardian consent, we will delete the data concerned without delay. If you wish to contact us on behalf of your child, please write to privacy@secureacademic.com.

11. Cookies and local storage

On Secure Academic Studio's own domain we use exactly zero HTTP cookies. There are no tracking, analytics or third-party advertising cookies, and no "Cookie Consent" banner is required either. We manage user preferences using the localStorage technology built into the browser, the data of which is never automatically attached to network requests, unlike classic HTTP cookies.

For details, see our separate Cookie Policy. The local storage mechanisms we use:

Creem checkout cookies: when the purchase process redirects to Creem's payment interface, Creem may place its own cookies on its own domain. These do not fall within the scope of our data processing — Creem's privacy policy applies to them (https://www.creem.io/privacy). On Secure Academic Studio's own domains there are still zero HTTP cookies.

12. Amendments to this Policy

We update this policy as necessary (e.g. in the event of a change in legislation, the introduction of a new service, or a change of processor). The current version is always available by clicking the "Privacy" link in the footer of the page. In the event of significant changes, we place a separate notice on the site.