
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
@tanker/server-httpd
Advanced tools
HTTP server to interact with Tanker Server as a microservice.
tanker-server-httpd [options]
All the options can override the one from the config file.
General options:
Options related to Tanker
Options related to HTTP
| Type | Route | Description | 
|---|---|---|
| POST | /v1/encrypt | Take data and return it encrypted | 
| POST | /v1/decrypt | Take encrypted data and return clear data | 
| POST | /v1/share | Share resources to new users and groups | 
| GET | /healthz | Ping | 
If an error occurred, the response will contain:
An appropriate 4xx, or 5xx HTTP status code,
A Content-Type: application/json header,
A JSON body in the following format:
{
  code: str,
  message: str
}
Error codes are described below:
| Code | HTTP Status Code | Message | 
|---|---|---|
| invalid_auth_token | 401 Unauthorized | You did not provide the correct token in the Authorization HTTP header | 
| invalid_content_type | 400 Bad Request | You did not provide the Content-Type Content-TypeHTTP header | 
| invalid_body | 400 Bad Request | You did not provide the number of bytes specified by the Content-Length HTTP header | 
| missing_recipients | 400 Bad Request | You did not provide the shareWithfield in the HTTP body | 
| missing_resources | 400 Bad Request | You did not provide the resourcesIdsfield in the HTTP body | 
| invalid_encrypted_data | 400 Bad Request | The provided encrypted data is invalid | 
| internal_server_error | 500 Internal Server Error | We encountered an internal error. Please try again. | 
| resource_key_not_found | 404 Not Found | The ressource key to decrypt the body is not available | 
| recipient_not_found | 404 Not Found | One of the recipients you tried to share with does not exist | 
| resource_not_found | 404 Not Found | One of the resources you tried to share does not exist | 
More detailed documentation about the HTTP API is available at https://tanker.io/docs/latest/.
FAQs
HTTP server to interact with Tanker Server as a microservice.
We found that @tanker/server-httpd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.