Which secure cloud storage service for developers? [closed] - web-services

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to create a new service and I need to find a secure cloud storage with client-side encryption. The service needs to be accessible with an API or a SDK or something like that.
I made some researches and I found Mega. Do you know another?
Is there an opensource solution to construct this kind of cloud?
Thanks in advance for your answers.

All cloud have data storage like.
Amazon :- SQS,S3,DynamoDB,RDS etc.
Azure :- Blob Storage, DBMS , Table storage etc.
all these storage can be access by API.
you can implement data encryption like Hashing, Symmetric, Asymmetric at client side before storing the data into cloud storage.

I work for Adrenaline Mobility. We're a new entry into this area, but that's exactly what we do. (Sorry for the promotion, but it's quite relevant). We provide secure storage (client side encryption), credential management (login / signup / password reset), messaging (end-to-end encrypted messages between users, devices, etc). Our architecture is designed so that you don't need to trust us, or our storage backend.
Feel free to email me at murph#adrenalinemobility.com if you want to discuss what we can do for you. We're pretty flexible and willing to work with you.
--Murph

Related

How can I use Google Vision OCR On-Premise? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I need to use Vision API to OCR sensitive documents (passeports/IDs...). But Google Cloud doesn't seem to meet GDPR requirements and I'd prefer hosting the models on our servers.
Vision OCR On-prem exists (https://cloud.google.com/vision/on-prem) but I can't find any other information on how to install or use it. Only the pricing.
Has anyone ever done this before ? Is there any public documentation ?
Any help will be greatly appreciated, thanks.
If you don't want to jump through the hoops of working with Google's sales team for the on-prem vision solution, but you don't have an ML background to train/retrain your own model, you might consider Google AutoML. This would allow you to retrain a model with minimal effort - all in their web-based console - and the results would be downloadable and able to run on various platforms such as mobile (TFLITE) or in the browser (TFJS).
You can read about Vision API's data usage here: https://cloud.google.com/vision/docs/data-usage Note that Vision API doesn't retain your data.
If you still want to use Vision API OCR onprem anyway, you would have to contact sales: https://cloud.google.com/contact

Can I upload any content to GCP storage? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
A friend suggested me an idea for creating an adult entertainment site, and I liked it so I started with the project and I chose GCP for cloud services.
Site should allow users to upload their own content so it should be saved somewhere and that's not big deal but I wonder if given the nature of the content there's some kind of limitation or prohibition of storing certain type of files in GCP.
Anyone knows if so?
Google Cloud Storage is a great option to store files like images and videos. This service does not have restrictions about that kind of content (unless of course, the site promotes illegal activities) as you can see in its Acceptable Use Policy. You should also make sure you are not violating any intellectual property rights or the content would be removed or disabled as mentioned in its DMCA Policy.
As an extra, you might want to take a look at some of the tech restrictions from the service itself that may apply as a validation for your site:
Don't upload files greater than 5 TB.
Use valid names for your Buckets.
Making sure you are using valid file names.

How do I contact Google to request special permissions on GCP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I was wondering how do I contact Google to negotiate a deal. I wanted to burst coin mine on GCP. As said in the ToS it says that Free Trail doesn't allow to do that. So I upgraded but found that paid accounts can only mine if they have written permission from Google. Which is why I am here now. I was wondering if there was an email or someone at Google I can talk to about allowing me to burst the coin. Burst coin is a cryptocurrency that uses storage to mine instead of all those fancy machines. I only plan to use storage and not do dual miner(some miners do that). If needed I can run another and connect hard disks over the internet. I just didn't want to start doing something without asking for permission.
Edit: I have bad grammar. I basically said I need permission to use their cloud storage and/or their compute engine to mine burst coins. If I can't use their compute engine but their cloud storage I am willing to host hardware myself I just need storage to be a host since I don't have Terabytes of storage on hand.
You can contact GCP through their contact page over here. I would say that you should contact the compliance team, nevertheless, there is no guarantee that they will be willing to let you use the infrastructure for cryptocurrency mining.
Additionally, do not try to do this before their response as it is a violation of the terms of service, and may lead to a suspension on the service:
4.2 Other Suspension. Notwithstanding Section 4.1 (AUP Violations) Google may immediately Suspend all or part of Customer's use of the Services if: (a) Google believes Customer's or any Customer End User's use of the Services could adversely impact the Services, other customers' or their end users' use of the Services, or the Google network or servers used to provide the Services, which may include use of the Services for cryptocurrency mining without Google's prior written approval;
Hope you find this useful.

Managed Service Provider on Google Cloud Platform [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
If a Managed Service Provider (MSP) wants to monitor existing GCP projects of a client that are associated to a client billing account ( meaning the client is directly paying to Google for it ) , how can the MSP start monitoring those ? What are the strategies around IAM that enable the MSP to start monitoring the client projects?
Using the Cloud IAM(Identity and Access Management), any member can be assigned with the access/control over the GCP resources/projects. You can check this documentation for various roles that can be given to a member.
For your specific concern over 'monitoring the billing', a member (in your case a MSP provider) can be given any specific role under “Cloud Billing Roles”. It will help that member to view/manage various billing scenarios over the GCP project/resources.
Apart from your use case scenario, you can also check this blog for various updates over MSP partners. You can make valuable suggestion by commenting there as well.

C++ web service [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have a C++ program, and I want to make it as a web service listening to http request. I am a newbie to web development. Could some one give me a guild to tools/library/APIs that can help me build it. I know Java program usually restlet. What is the equivalent of restlet for C++?
I would recommend C++ web toolkit
http://www.webtoolkit.eu/wt
or
cppcms.sourceforge.net
The old, classic way to make existing C/C++ executable available on the web is through CGI. A web server that supports CGI can be configured to interpret an URL as a reference to a CGI script that can be directly your executable or a simple wrapper around it. The web for fields are provided as standard input and the program's output becomes the server response.
I am working on something similar in Python and I am also newcomer on this field. You might be interested in sockets, see: http://goo.gl/r6X4u, http://goo.gl/enffd
The QxtWeb module provides tools for creating web services using Qt.
Also, if you are using Visual C++ then here is an introduction how to create web services.