ots icon indicating copy to clipboard operation
ots copied to clipboard

One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser

Results 23 ots issues
Sort by recently updated
recently updated
newest added

Did you think about the feature of the **QR-code** generation shared link to the secret? It can be very convenient to share secrets between the laptop and the mobile for...

enhancement

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I'm trying to write a script to do the decryption of the secret. When calling openssl to decrypt it give me a warning : ``` $ curl https://ots.fyi/api/get/525bbb9a-7786-437f-b99e-35e8db135054 {"secret":"U2FsdGVkX1/n+zfF2RYRzmUG9WsgJlasBrzt0lUaseY=\n","success":true} $...

question

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Is this possible to limit access to secret creation without limiting access to reading secrets? Let's say OTS has two main parts - "create secret" and "read secret". In my...

enhancement
question

> As a developer I want my application to have correct translations in all available languages and not to have them to experience mixed translations in their native language and...

help wanted
translation

I would be helpful to be able to burn or revoke a secret immediately in case of error or mistake, to invalidate it right away. Similar to the below. ![image](https://github.com/Luzifer/ots/assets/32753787/a33b2c35-df1a-4cd4-9df6-9653a067b6c4)...

> As a Kubernetes operator I want to be able to create an OTS instance easily without having to write the chart myself. The repo should bring its own chart....

I suggest displaying the default expiry value as text next to the default button, or alternatively, preselecting the default value. Based on my code analysis, the default value appears to...