Academic literature on the topic 'IPFS (InterPlanetary File System)'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'IPFS (InterPlanetary File System).'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "IPFS (InterPlanetary File System)"

1

Dr, Nanda Gopal S. M., Pradhan Aashi, Singh Anupriya, Arshad Amal, and Jyoti Gurram. "Block Chain- Based Secure Storage and Access Scheme System for Data in IPFS." Advancement of Computer Technology and its Applications 6, no. 1 (2023): 1–8. https://doi.org/10.5281/zenodo.7594111.

Full text
Abstract:
<em>With decentralized participant nodes cooperating to maintain a trustworthy database, block-chain is fundamentally a consensus system managed by several parties. In the current national network ecosystem, publishing is open to everybody. Knowledge files are a crucial information source that show how busy publishers are. Additionally, superior information resources can advance society. The opposite is true with inferior pirated files. The majority of firms currently use centralized servers to control how individuals distribute knowledge files. A distrusted third party must also be included in order to analyse and encrypt the data contained in files. Due to the lack of clear standards for identical intellectual files, file retention transactions become opaque, intellectual property is violated, and consistent file management systems cannot be maintained between institutions. We suggest an Interplanetary File System based Block-chain storage paradigm. (IPFS). The issue of storing transactions in a block and accessing them from that block is solved by immutability. In the proposed system, the file is saved in IPFS and the hash value of the message is stored in Block-chain, which reduces Block-chain size. IPFS stores the file as a hash value of the file. Block is append-only, protecting user privacy while making files and data easier to retrieve. The method also transfers files in the synchronized block-chain and uses the consensus of all participating nodes to assure traceability. This essay describes the upload and transfer of files along with the method&#39;s framework and guiding principles. Finally, the method&#39;s efficiency is compared, evaluated, and its advantages and disadvantages are covered. In this suggested system, the file is kept in IPFS while implementing the decentralized block chain process, reducing the size of the block chain, and other features. The hash value of the file is what is saved in IPFS as the file. Block is append-only, which safeguards user privacy while enabling quick access to files and data. Finally, the approach we provide is based on the Interplanetary File System, a block-chain storage paradigm (IPFS). The issue of storing transactions in a block and accessing them from that block is solved by immutability. The block chain stores the message&#39;s hash value. </em>
APA, Harvard, Vancouver, ISO, and other styles
2

Akshay, Sripriya, Ram Arvinth, B. Shakthi, and Kumar Shanthosh. "IPFS based Solution for Secure File Storage." IPFS based Solution for Secure File Storage 9, no. 2 (2024): 6. https://doi.org/10.5281/zenodo.10677617.

Full text
Abstract:
In today's digital world, the need for safe and dependable file storage is becoming a crucial matter. The traditional means of file storage, like centralized servers, have many drawbacks like accessibility, scalability, and security. This study investigates the application of IPFS, a distributed peer-to-peer file system, as a safe file storing method. In comparison to conventional file storage techniques, we propose an IPFS-based solution for safe information storage using Moralis IPFS API. This study examines its advantages and disadvantages as well. Keywords:- InterPlanetary File System (IPFS), Blockchain, peer-to-peer, Moralis, distributed.
APA, Harvard, Vancouver, ISO, and other styles
3

Shi, Ruizhe, Ruizhi Cheng, Bo Han, Yue Cheng, and Songqing Chen. "A Closer Look into IPFS: Accessibility, Content, and Performance." Proceedings of the ACM on Measurement and Analysis of Computing Systems 8, no. 2 (2024): 1–31. http://dx.doi.org/10.1145/3656015.

Full text
Abstract:
The InterPlanetary File System (IPFS) has recently gained considerable attention. While prior research has focused on understanding its performance characterization and application support, it remains unclear: (1) what kind of files/content are stored in IPFS, (2) who are providing these files, (3) are these files always accessible, and (4) what affects the file access performance. To answer these questions, in this paper, we perform measurement and analysis on over 4 million files associated with CIDs (content IDs) that appeared in publicly available IPFS datasets. Our results reveal the following key findings: (1) Mixed file accessibility: while IPFS is not designed for a permanent storage, accessing a non-trivial portion of files, such as those of NFTs and video streams, often requires multiple retrieval attempts, potentially blocking NFT transactions and negatively affecting the user experience. (2) Dominance of NFT (non-fungible token) and video files: about 50% of stored files are NFT-related, followed by a large portion of video files, among which about half are pirated movies and adult content. (3) Centralization of content providers: a small number of peers (top-50), mostly cloud nodes hosted by tech companies, serve a large portion (95%) of files, deviating from IPFS's intended design goal. (4) High variation of downloading throughput and lookup time: large file retrievals experience lower average throughput due to more overhead for resolving file chunk CIDs, and looking up files hosted by non-cloud nodes takes longer. We hope that our findings can offer valuable insights for (1) IPFS application developers to take into consideration these characteristics when building applications on top of IPFS, and (2) IPFS system developers to improve IPFS and similar systems to be developed for Web3.
APA, Harvard, Vancouver, ISO, and other styles
4

Shi, Ruizhe, Ruizhi Cheng, Bo Han, Yue Cheng, and Songqing Chen. "A Closer Look into IPFS: Accessibility, Content, and Performance." ACM SIGMETRICS Performance Evaluation Review 52, no. 1 (2024): 77–78. http://dx.doi.org/10.1145/3673660.3655040.

Full text
Abstract:
The InterPlanetary File System (IPFS) has recently gained considerable attention. While prior research has focused on understanding its performance characterization and application support, it remains unclear: (1) what kind of files/content are stored in IPFS, (2) who are providing these files, (3) are these files always accessible, and (4) what affects the file access performance. To answer these questions, in this paper, we perform measurement and analysis on over 4 million files associated with CIDs (content IDs) that appeared in publicly available IPFS datasets. Our results reveal the following key findings: (1) Mixed file accessibility: while IPFS is not designed for a permanent storage, accessing a non-trivial portion of files, such as those of NFTs and video streams, often requires multiple retrieval attempts, potentially blocking NFT transactions and negatively affecting the user experience. (2) Dominance of NFT (non-fungible token) and video files: about 50% of stored files are NFT-related, followed by a large portion of video files, among which about half are pirated movies and adult content. (3) Centralization of content providers: a small number of peers (top-50), mostly cloud nodes hosted by tech companies, serve a large portion (95%) of files, deviating from IPFS's intended design goal. (4) High variation of downloading throughput and lookup time: large file retrievals experience lower average throughput due to more overhead for resolving file chunk CIDs, and looking up files hosted by non-cloud nodes takes longer. We hope that our findings can offer valuable insights for (1) IPFS application developers to take into consideration these characteristics when building applications on top of IPFS, and (2) IPFS system developers to improve IPFS and similar systems to be developed for Web3.
APA, Harvard, Vancouver, ISO, and other styles
5

SWAROOPA, MRS P. "Implementing a Block Chain-Based Secure File Storage System with Enhanced User Authentication." INTERNATIONAL JOURNAL OF SCIENTIFIC RESEARCH IN ENGINEERING AND MANAGEMENT 09, no. 06 (2025): 1–9. https://doi.org/10.55041/ijsrem50622.

Full text
Abstract:
Abstract—File storage platforms face inherent challenges such as censorship, limited transparency, vulnerability to single points of failure, and restricted user control over data. To address these limitations, this paper proposes a decentralized file-sharing system that integrates the Ethereum blockchain with the InterPlanetary File System (IPFS). Our design leverages smart contracts to securely manage file metadata and enforce access controls, providing an immutable and tamper-resistant record of data ownership and permissions. IPFS is utilized for efficient, distributed file storage, enhancing scalability and availability. User authentication is handled through wallet-based cryptographic verification, eliminating reliance on centralized identity providers. Additionally, the system supports micropayment- based monetization via smart contracts, enabling direct and transparent transactions between content creators and consumers. The proposed platform delivers a secure, censorship-resistant, and user-empowered file-sharing environment consistent with the principles of Web3. Keywords- Blockchain, IPFS, Smart Contracts,
APA, Harvard, Vancouver, ISO, and other styles
6

Aldhmour, Mamoun, Rakan Aldmour, A. Y. Al-Zoubi, and Mohamed Sedky. "Optimizing Off-Chain Storage in Blockchain of Things Systems." International Journal of Online and Biomedical Engineering (iJOE) 21, no. 01 (2025): 118–31. https://doi.org/10.3991/ijoe.v21i01.53157.

Full text
Abstract:
The InterPlanetary File System (IPFS) offers decentralized storage and data sharing, which are critical for the functionality of Blockchain of Things (BCoT) systems. Despite its advantages, IPFS faces challenges such as scalability, latency, and resource management issues that hinder its effective integration into existing blockchain infrastructures. This study explores the implementation of Docker containerization to enhance IPFS performance within BCoT environments. An experimental testbed was established, comprising an IPFS node and an IPFS Cluster peer deployed as Docker containers, to evaluate the latency of file operations across various sizes and analyze containerization’s impact on data storage and retrieval efficiency. The proposed Dockerized IPFS implementation demonstrates substantial performance improvements over traditional systems, achieving latency reductions of up to 75% for small files (1–256 KB) and a three-fold decrease for larger files (64 MB). Specifically, write operations were reduced from 1000 ms to 300 ms, while read operations improved by 40%, decreasing from 2500 ms to 1500 ms. Additionally, the containerized approach yielded lower latency than previous standalone IPFS deployments. The study emphasizes the significance of dynamic resource allocation in optimizing resource utilization, thereby enhancing the overall performance of IPFS Clusters within BCoT frameworks. By leveraging Dockerized IPFS, BCoT systems can achieve more efficient off-chain storage solutions, facilitating improved data management and interoperability in decentralized applications.
APA, Harvard, Vancouver, ISO, and other styles
7

N. Sangeeta and Seung Yeob Nam. "Blockchain and Interplanetary File System (IPFS)-Based Data Storage System for Vehicular Networks with Keyword Search Capability." Electronics 12, no. 7 (2023): 1545. http://dx.doi.org/10.3390/electronics12071545.

Full text
Abstract:
Closed-circuit television (CCTV) cameras and black boxes are indispensable for road safety and accident management. Visible highway surveillance cameras can promote safe driving habits while discouraging moving violations. According to CCTV laws, footage captured by roadside cameras must be securely stored, and authorized persons can access it. Footages collected by CCTV and Blackbox are usually saved to the camera’s microSD card, the cloud, or hard drives locally but there are concerns about security and data integrity. These issues may be addressed by blockchain technology. The cost of storing data on the blockchain, on the other hand, is prohibitively expensive. We can have decentralized and cost-effective storage with the interplanetary file system (IPFS) project. It is a file-sharing protocol that stores and distributes data in a distributed file system. We propose a decentralized IPFS and blockchain-based application for distributed file storage. It is possible to upload various types of files into our decentralized application (DApp), and hashes of the uploaded files are permanently saved on the Ethereum blockchain with the help of smart contracts. Because it cannot be removed, it is immutable. By clicking on the file description, we can also view the file. DApp also includes a keyword search feature to assist us in quickly locating sensitive information. We used Ethers.js’ smart contract event listener and contract.queryFilter to filter and read data from the blockchain. The smart contract events are then written to a text file for our DApp’s keyword search functionality. Our experiment demonstrates that our DApp is resilient to system failure while preserving the transparency and integrity of data due to the immutability of blockchain.
APA, Harvard, Vancouver, ISO, and other styles
8

Jaafar, Rafah Amer, Saad Najim Alsaad, and Mohammed Naji Al-Kabi. "Educational Certificate Verification System: Enhancing Security and Authenticity using Ethereum Blockchain and IPFS." Al-Mustansiriyah Journal of Science 35, no. 1 (2024): 78–87. http://dx.doi.org/10.23851/mjs.v35i1.1461.

Full text
Abstract:
Educational certificate counterfeiting is a major global challenge. There is no doubt that addressing both the problem of forgery and the verification of academic certificates is a fundamental issue that deserves research, development, and support at the highest levels. This paper presents a decentralized educational certificate verification system leveraging the Ethereum blockchain and the InterPlanetary File System (IPFS) to combat counterfeiting. Ropsten is used as a real-life Ethereum test network to demonstrate the effectiveness of the proposed system. IPFS is used to store educational certificate files on a decentralised file system. The smart contract is built in the Solidity language, compiled, and deployed using the online Remix IDE. The verification process is supported by scanning a QR code, which retrieves the validating certificate’s information from the Ethereum network in real-time.
APA, Harvard, Vancouver, ISO, and other styles
9

Abhilash, P. K., Chidananda K., K. Sandeep, Nikhil Reddy Molaka, Yogesh Kumar Awasthi, and Samanthakurthi Rajabhishek. "Secure and Sustainable Decentralized Cloud Using IPFS." E3S Web of Conferences 430 (2023): 01097. http://dx.doi.org/10.1051/e3sconf/202343001097.

Full text
Abstract:
Our paper focuses on the implementation of a decentralized cloud storage system using the IPFS (InterPlanetary File System) technology. The project aims to provide an alternative to centralized cloud storage by decentralization, enhanced security, and user control over data which is a more sustainable solution than the existing system. In a centralized cloud storage system, data is stored on a single server controlled by a service provider. This centralized approach poses potential risks such as single points of failure, data breaches, and reliance on the trustworthiness of the provider. In contrast, our decentralized cloud storage system distributes data across a network of interconnected nodes. Each node stores a portion of the data, ensuring redundancy and availability. By leveraging IPFS, which utilizes a distributed hash table and content- addressed storage, our system ensures data integrity, fault tolerance, and censorship resistance. Users of our system have greater control over their data. They can participate in the network by contributing their storage resources and accessing their files securely. The project implementation includes features such as file upload, download, retrieval based on IPFS hashes, and user authentication. It also provides functionalities like displaying connected peers, managing file metadata, and enabling file deletion. Overall, our project showcases the potential of decentralized cloud storage, exemplifying its benefits and illustrating how it can be implemented using IPFS technology.
APA, Harvard, Vancouver, ISO, and other styles
10

Devi, D., G. Sai Rohith, S. Shri Hari, and K. Sri Ramachandar. "Blockchain based mechanism to eliminate frauds and tampering of land records." ITM Web of Conferences 37 (2021): 01011. http://dx.doi.org/10.1051/itmconf/20213701011.

Full text
Abstract:
Data tampering and fraud in land records have increased drastically in the modern world. A data storage model using Blockchain and Interplanetary File System (IPFS) is proposed in this work. Land records and the farmer’s information are stored inside the Interplanetary file system. To avoid data faking, the hash address of the respective data generated by IPFS is stored in the blockchain. This proposed system when deployed on a large scale can outperform the existing methods of securing user data. One of the latest technological advancements in the software industry is the innovation of Blockchain Technology. This new technology has opened up a new business relationship platform that delivers feasibility, protection, and cheap rates. It provides a new foundation of trust for transactions that can facilitate a very streamlined workflow and a faster economy.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "IPFS (InterPlanetary File System)"

1

Wennergren, Oscar, Mattias Vidhall, and Jimmy Sörensen. "Transparency analysis of Distributed file systems : With a focus on InterPlanetary File System." Thesis, Högskolan i Skövde, Institutionen för informationsteknologi, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:his:diva-15727.

Full text
Abstract:
IPFS claims to be the replacement of HTTP and aims to be used globally. However, our study shows that in terms of scalability, performance and security, IPFS is inadequate. This is a result from our experimental and qualitative study of transparency of IPFS version 0.4.13. Moreover, since IPFS is a distributed file system, it should fulfill all aspects of transparency, but according to our study, this is not the case. From our small-scale analysis, we speculate that nested files appear to be the main cause of the performance issues and replication amplifies these problems even further.
APA, Harvard, Vancouver, ISO, and other styles
2

Andersson, Oscar. "Securing Electronic Health Records : A Blockchain Solution." Thesis, Linnéuniversitetet, Institutionen för datavetenskap och medieteknik (DM), 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-107330.

Full text
Abstract:
Blockchain is an interesting technology, with different projects developing every day since it first gained its light back in 2008. More and more research finds blockchain useful in several different sectors. One of the sectors being healthcare, specifically for electronic health records (EHR). EHR contains highly sensitive data which is critical to protect and, just in the year 2019, 41,232,527 records were deemed stolen. Blockchain can provide several benefits when it comes to EHR, such as increased security, availability, and privacy, however, it needs to be done correctly. Due to blockchain being a rather novel technology, there is room for improvement when it comes to integrating blockchain with EHR. In this thesis a framework for EHR in the healthcare sector is proposed, using Ethereum based smart contracts together with decentralized off-chain storage using InterPlanetary File System (IPFS) and strong symmetric encryption. The framework secures the records and provides a scalable solution. Furthermore, a discussion and evaluation regarding several security aspects that the framework excels on as well as what the framework could improve on.
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "IPFS (InterPlanetary File System)"

1

Gong, Xingbo, Xingyu Tao, Moumita Das, Helen H. L. Kwok, and Jack C. P. Cheng. "Integrating ESG Factors into Construction Projects: A Blockchain-Based Data Management Approach." In CONVR 2023 - Proceedings of the 23rd International Conference on Construction Applications of Virtual Reality. Firenze University Press, 2023. http://dx.doi.org/10.36253/979-12-215-0289-3.31.

Full text
Abstract:
Environmental, Social, and Governance (ESG) investing has become increasingly significant in the Architecture, Engineering, and Construction (AEC) industry. However, the AEC industry faces challenges such as non-uniform standards, complex information sources, and data security concerns when collecting and verifying ESG data. At the same time, as one of the key points of carbon emission in AEC projects, the ESG management of construction projects is still lacking. This paper proposed a blockchain-based ESG data management framework, which designed to address these challenges in the AEC industry. The framework and the smart contract and transaction data model applied in it realize data collection and information verification in construction projects. By leveraging blockchain technology's key features of transparency, immutability, and traceability, the framework ensures secure and efficient ESG data management. Additionally, the InterPlanetary File System (IPFS) technology enables access to original files for data verification and comparison, further enhancing authenticity. By integrating blockchain and IPFS technologies, our proposed solution enhances the reliability and traceability of ESG data in the construction projects, paving the way for more sustainable and transparent practices
APA, Harvard, Vancouver, ISO, and other styles
2

Gong, Xingbo, Xingyu Tao, Moumita Das, Helen H. L. Kwok, and Jack C. P. Cheng. "Integrating ESG Factors into Construction Projects: A Blockchain-Based Data Management Approach." In CONVR 2023 - Proceedings of the 23rd International Conference on Construction Applications of Virtual Reality. Firenze University Press, 2023. http://dx.doi.org/10.36253/10.36253/979-12-215-0289-3.31.

Full text
Abstract:
Environmental, Social, and Governance (ESG) investing has become increasingly significant in the Architecture, Engineering, and Construction (AEC) industry. However, the AEC industry faces challenges such as non-uniform standards, complex information sources, and data security concerns when collecting and verifying ESG data. At the same time, as one of the key points of carbon emission in AEC projects, the ESG management of construction projects is still lacking. This paper proposed a blockchain-based ESG data management framework, which designed to address these challenges in the AEC industry. The framework and the smart contract and transaction data model applied in it realize data collection and information verification in construction projects. By leveraging blockchain technology's key features of transparency, immutability, and traceability, the framework ensures secure and efficient ESG data management. Additionally, the InterPlanetary File System (IPFS) technology enables access to original files for data verification and comparison, further enhancing authenticity. By integrating blockchain and IPFS technologies, our proposed solution enhances the reliability and traceability of ESG data in the construction projects, paving the way for more sustainable and transparent practices
APA, Harvard, Vancouver, ISO, and other styles
3

Laboso, Patrick Kipkorir, A. Martin, and P. Thiyagarajan. "A Secure System for Decentralized Preservation of Digital Library Collections Using Private Blockchain and Interplanetary File System (IPFS)." In Communications in Computer and Information Science. Springer Nature Switzerland, 2024. http://dx.doi.org/10.1007/978-3-031-75608-5_26.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Widayat, Irawan Widi, Aprinaldi Jasa Mantau, and Mario Köppen. "An Edge Computing Storage and Distributed Data-Driven Bridging Framework for Smart Agriculture Using Clustered InterPlanetary File System (IPFS)." In Advances in Intelligent Networking and Collaborative Systems. Springer Nature Switzerland, 2023. http://dx.doi.org/10.1007/978-3-031-40971-4_15.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Vishwakarma, Janmejay Kumar, and Rajendra Kumar Dwivedi. "Designing a Blockchain-Based Secure Scheme for Oil and Gas Supply Chain System Using Hyperledger Fabric and InterPlanetary File System (IPFS)." In Algorithms for Intelligent Systems. Springer Nature Singapore, 2024. https://doi.org/10.1007/978-981-97-7632-0_12.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Bauer, Davi Pedro. "InterPlanetary File System." In Getting Started with Ethereum. Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8045-4_7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Reddy, Nunepalli Jayadeep, K. S. Vamsi Krishna, J. Abhiram Varma, Riya Hurtis, and M. Sheela Devi. "Decentralized File Storage System Using IPFS and Blockchain." In Algorithms for Intelligent Systems. Springer Nature Singapore, 2024. http://dx.doi.org/10.1007/978-981-97-3191-6_22.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Jamulkar, Shritesh, Preeti Chandrakar, Rifaqat Ali, Aman Agrawal, and Kartik Tiwari. "Evidence Management System Using Blockchain and Distributed File System (IPFS)." In Machine Learning and Big Data Analytics (Proceedings of International Conference on Machine Learning and Big Data Analytics (ICMLBDA) 2021). Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-82469-3_30.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Vanam, Mahesh, Margani Rohith, N. Sai Chandu, Mudavath Sai Teja, and Bhanu Chander. "Decentralized file sharing system based on IPFS and blockchain." In Intelligent Wireless Sensor Networks and the Internet of Things. CRC Press, 2024. http://dx.doi.org/10.1201/9781003474524-9.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Biswas, Ankur, Riya Sil, and Abhishek Roy. "A Study on Application of Interplanetary File System." In Communication and Intelligent Systems. Springer Singapore, 2021. http://dx.doi.org/10.1007/978-981-16-1089-9_79.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "IPFS (InterPlanetary File System)"

1

Gupta, Sushant Kumar, Marshall David Miller, Rachel Han, and Haorui Guo. "Distributed Tracing for InterPlanetary File System." In 2024 International Symposium on Parallel Computing and Distributed Systems (PCDS). IEEE, 2024. http://dx.doi.org/10.1109/pcds61776.2024.10743593.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Prashanth, M. Venkat, K. Hemesh Verma, Jaykishor Prasad Chauhan, and Shinu M. Rajagopal. "Blockchain Based File Storage and File Sharing System with Time-Restricted Access Using InterPlanetary File System." In 2025 3rd International Conference on Intelligent Data Communication Technologies and Internet of Things (IDCIoT). IEEE, 2025. https://doi.org/10.1109/idciot64235.2025.10915130.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Kamatha, Akshatha, Mamatha A, Sushma B, Valmeeki Thakshith, Hemalata L. Chavan, and Sanjana R. "Leveraging IPFS and Smart Contracts for Secure File Collaboration." In 2024 8th International Conference on Computational System and Information Technology for Sustainable Solutions (CSITSS). IEEE, 2024. https://doi.org/10.1109/csitss64042.2024.10816768.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Arissabarno, Cahyo, Sritrusta Sukaridhoto, and Idris Winarno. "Secure & Traceable Companies File Management System Using Blockchain and IPFS." In 2024 IEEE International Symposium on Consumer Technology (ISCT). IEEE, 2024. https://doi.org/10.1109/isct62336.2024.10791132.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Attiaoui, Adil, Abdellatif Kobbane, and Marwane Ayaida. "Securing University Diploma Management through Blockchain and InterPlanetary File System." In 2024 International Conference on Ubiquitous Networking (UNet). IEEE, 2024. https://doi.org/10.1109/unet62310.2024.10794707.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Mo, Linli, and Jie Zhang. "A Secure, Flexible and Decentralized Data Sharing Scheme for InterPlanetary File System." In 2024 2nd International Conference on Big Data and Privacy Computing (BDPC). IEEE, 2024. http://dx.doi.org/10.1109/bdpc59998.2024.10649115.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Nododile, Thandile, and Clement N. Nyirenda. "Advancing Blockchain-Enabled InterPlanetary File System with Substrate for Distributed Data Storage." In 2024 International Conference on Emerging Trends in Networks and Computer Communications (ETNCC). IEEE, 2024. https://doi.org/10.1109/etncc63262.2024.10767518.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

R, Kaviya, Mridula Prasad, S. Pavithra, and B. Suresh Chander Kapali. "Detecting Uteropelvic Junction Obstruction at an Early Stage using Ultrasound Images through an Interplanetary File System." In 2024 5th International Conference on Data Intelligence and Cognitive Informatics (ICDICI). IEEE, 2024. https://doi.org/10.1109/icdici62993.2024.10810904.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Muralidharan, Shapna, and Heedong Ko. "An InterPlanetary File System (IPFS) based IoT framework." In 2019 IEEE International Conference on Consumer Electronics (ICCE). IEEE, 2019. http://dx.doi.org/10.1109/icce.2019.8662002.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

García-Cereijo, Pedro, Paula Fraga-Lamas, and Tiago M. Fernández-Caramés. "Secure Storage System Using IPFS and Oracles for Blockchain-Based Decentralized Applications." In VII Congreso XoveTIC: impulsando el talento científico. Servizo de Publicacións. Universidade da Coruña, 2024. https://doi.org/10.17979/spudc.9788497498913.49.

Full text
Abstract:
This paper presents a decentralized architecture that uses an oracle for file uploading to IPFS (InterPlanetary File System) via smart contracts for blockchain-based decentralized applications (dApps). The combination of a blockchain and IPFS provides an efficient and secure solution for data storage, ensuring immutability and traceability, while IPFS provides distributed storage. Since blockchains cannot interact directly with external systems like IPFS, an oracle is proposed as a bridge for such an interaction. This solution is designed and validated in a realistic scenario, demonstrating its effectiveness by enhancing security and efficiency when storing data in IPFS and only recording critical information on the blockchain, ensuring integrity through its immutability.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography