在受限数据类型范围上实现重复同态运算的算法

Sridhar Vemula, Ram Mohan Rao Kovvur, Dyna Marneni
{"title":"在受限数据类型范围上实现重复同态运算的算法","authors":"Sridhar Vemula, Ram Mohan Rao Kovvur, Dyna Marneni","doi":"10.1109/SICTIM56495.2023.10105118","DOIUrl":null,"url":null,"abstract":"Security is the primary concern for cloud-based data storage. While the data is stored in the cloud, it is queried and retrieved regularly from various remote locations. Various cloud providers come with built-in security features for all the data stored in the cloud. Even though cloud providers offer different security methods, organizations can’t rely on them when it comes to sensitive data. In various enterprise applications, there can be a requirement of performing different operations on data stored in coded form. In this situation, homomorphic ciphering techniques are useful. Different homomorphic encryption methods enable execution of operations on encrypted data without first decrypting it. Typically, these calculations include performing arithmetic operations on encrypted cloud-based data. When the data to be stored is structured and its elements are to be stored in various data type fields, there is a restriction on the range of values stored in the respective data type. Using existing homomorphic techniques, direct operations between two or more encrypted values cause the result value’s size to increase by that many bits. The size of the result is proportional to the number of times the operation performed. It is therefore challenging to enable numerous additions or multiplications over encrypted numeric values stored in databases. In this paper, we propose a methodology to support an unlimited number of homomorphic operations on encrypted data without increase in size of the final result by incorporating few changes in implementation of various operations. Our proposed work guarantees that it supports unlimited additions or multiplications over encrypted data such that the final result does not exceed the storage size of the data by more than the number of bits. This article provides algorithms for additive homomorphic with Paillier and multiplicative homomorphic with RSA.","PeriodicalId":244947,"journal":{"name":"2023 Somaiya International Conference on Technology and Information Management (SICTIM)","volume":"164 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2023-03-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":"{\"title\":\"Algorithms for Implementing Repeated Homomorphic Operations on Restricted Data Type Ranges\",\"authors\":\"Sridhar Vemula, Ram Mohan Rao Kovvur, Dyna Marneni\",\"doi\":\"10.1109/SICTIM56495.2023.10105118\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Security is the primary concern for cloud-based data storage. While the data is stored in the cloud, it is queried and retrieved regularly from various remote locations. Various cloud providers come with built-in security features for all the data stored in the cloud. Even though cloud providers offer different security methods, organizations can’t rely on them when it comes to sensitive data. In various enterprise applications, there can be a requirement of performing different operations on data stored in coded form. In this situation, homomorphic ciphering techniques are useful. Different homomorphic encryption methods enable execution of operations on encrypted data without first decrypting it. Typically, these calculations include performing arithmetic operations on encrypted cloud-based data. When the data to be stored is structured and its elements are to be stored in various data type fields, there is a restriction on the range of values stored in the respective data type. Using existing homomorphic techniques, direct operations between two or more encrypted values cause the result value’s size to increase by that many bits. The size of the result is proportional to the number of times the operation performed. It is therefore challenging to enable numerous additions or multiplications over encrypted numeric values stored in databases. In this paper, we propose a methodology to support an unlimited number of homomorphic operations on encrypted data without increase in size of the final result by incorporating few changes in implementation of various operations. Our proposed work guarantees that it supports unlimited additions or multiplications over encrypted data such that the final result does not exceed the storage size of the data by more than the number of bits. This article provides algorithms for additive homomorphic with Paillier and multiplicative homomorphic with RSA.\",\"PeriodicalId\":244947,\"journal\":{\"name\":\"2023 Somaiya International Conference on Technology and Information Management (SICTIM)\",\"volume\":\"164 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2023-03-24\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2023 Somaiya International Conference on Technology and Information Management (SICTIM)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/SICTIM56495.2023.10105118\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2023 Somaiya International Conference on Technology and Information Management (SICTIM)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/SICTIM56495.2023.10105118","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

摘要

安全性是基于云的数据存储的主要关注点。虽然数据存储在云中,但可以定期从各个远程位置查询和检索数据。各种云提供商都为存储在云中的所有数据提供了内置的安全功能。尽管云提供商提供了不同的安全方法,但当涉及到敏感数据时,组织不能依赖它们。在各种企业应用程序中,可能需要对以编码形式存储的数据执行不同的操作。在这种情况下,同态加密技术是有用的。不同的同态加密方法允许对加密数据执行操作,而不需要先对其解密。通常,这些计算包括对基于云的加密数据执行算术运算。如果要存储的数据是结构化的,并且它的元素要存储在各种数据类型字段中,那么存储在各自数据类型中的值的范围是有限制的。使用现有的同态技术,两个或多个加密值之间的直接操作会导致结果值的大小增加那么多位。结果的大小与执行操作的次数成正比。因此,对存储在数据库中的加密数字值进行大量的加法或乘法是具有挑战性的。在本文中,我们提出了一种方法来支持对加密数据的无限数量的同态操作,而不增加最终结果的大小,通过在各种操作的实现中合并很少的更改。我们建议的工作保证它支持对加密数据的无限添加或乘法,这样最终结果不会超过数据的存储大小超过位数。本文给出了Paillier加性同态和RSA乘性同态的算法。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Algorithms for Implementing Repeated Homomorphic Operations on Restricted Data Type Ranges
Security is the primary concern for cloud-based data storage. While the data is stored in the cloud, it is queried and retrieved regularly from various remote locations. Various cloud providers come with built-in security features for all the data stored in the cloud. Even though cloud providers offer different security methods, organizations can’t rely on them when it comes to sensitive data. In various enterprise applications, there can be a requirement of performing different operations on data stored in coded form. In this situation, homomorphic ciphering techniques are useful. Different homomorphic encryption methods enable execution of operations on encrypted data without first decrypting it. Typically, these calculations include performing arithmetic operations on encrypted cloud-based data. When the data to be stored is structured and its elements are to be stored in various data type fields, there is a restriction on the range of values stored in the respective data type. Using existing homomorphic techniques, direct operations between two or more encrypted values cause the result value’s size to increase by that many bits. The size of the result is proportional to the number of times the operation performed. It is therefore challenging to enable numerous additions or multiplications over encrypted numeric values stored in databases. In this paper, we propose a methodology to support an unlimited number of homomorphic operations on encrypted data without increase in size of the final result by incorporating few changes in implementation of various operations. Our proposed work guarantees that it supports unlimited additions or multiplications over encrypted data such that the final result does not exceed the storage size of the data by more than the number of bits. This article provides algorithms for additive homomorphic with Paillier and multiplicative homomorphic with RSA.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信