Shield Hash ( Shield 2FA DAPP ) smart contract security audit, conducted by the Callisto Network Security Department in May 2021.
Shield Hash Specificities
Summary
ShieldHash smart contract security audit report performed by Callisto Security Audit Department
Project Information:
- Website: https://www.shieldprotocol.org
- Twitter: https://twitter.com/shield2protocol
- Telegram: https://t.me/shield2protocol
- Medium: https://shield2protocol.medium.com
Shield Hash (Shield 2FA DAPP) Smart Contract Security Audit Report
Are Your Funds Safe?
1. In scope
- Commit hash a23fe0fa22d6420f6395785d10b426d42caf484a
shieldhash.sol
2. Findings
In total, 1 issue were reported including:
-
1 note.
No critical security issues were found.
2.1. Using string
type
Severity: note.
Description:
The type hashinfo declared as string
, but this type intends to use with text messages. If you need to store bytes data with arbitrary length better to use bytes
type. In case if the hashinfo
holds Keccak-256 or SHA-256 hash (or any other hash with length 256 bits) the more organic will be to use bytes32
type (it will save gas on storage usage).
3. Conclusion
The audited smart contract can be deployed. No security issues were found during the audit.
Appendix
Smart Contract Audits by Callisto Network.
Miscellaneous
Our Most Popular Audit Reports.
Trust the Blockchain, Audit the Smart Contracts.
Follow Callisto’s Security Department on Twitter to get our latest news and updates!