mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5868] [bug]: Web Crypto API RSA-OAEP Encryption Code Throws Error #2306
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2306
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chenc4 on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5868
Is there an existing issue for this?
Platform
Desktop App
Browser
Edge
Operating System
Windows
Bug Description
What happend?
Console reports error message: "Encryption failed: crypto.subtle.importKey is not available (requires WebCrypto)"
Steps to reproduce
app_code,public_key(SPKI-format Base64 public key),user_name;Deployment Type
Self-hosted (on-prem deployment)
Version
26.1.1
@deBilla commented on GitHub (Mar 14, 2026):
The fix was already implemented in PR #5791 (merged Jan 22, 2026), which added the full Web Crypto API to the experimental scripting sandbox.
https://github.com/hoppscotch/hoppscotch/pull/5791