当前位置:网站首页>如何将自己的代码作品快速存证,已更好的保护自己劳动成果
如何将自己的代码作品快速存证,已更好的保护自己劳动成果
2022-07-04 23:16:00 【YUJIANYUE】
<?php
/*
功能:
将你源码压缩包文件的几十个hash值都列出来,并将列出内容存证于第三方存证平台比如存哪网。
自己注意同时保存压缩包文件和得到的特征内容到网络私密硬盘比如alioss。
*/
$filez = "./chalide.zip";
$lisa = array();
$lisa["filepath"] = $filez;
$lisa["md5_file"] = md5_file($filez);
$lisa["sha_file"] = sha1_file($filez);
$lisa["filesize"] = filesize($filez);
$liha = hash_algos();
foreach($liha as $limi){
$lisa[$limi] = hash_file($limi,$filez);
}
$filet = "<h3>$filez<h3>";
foreach($lisa as $tp=>$zz){
$filet .= "<p>$tp => $zz</p>\r\n";
}
echo "$filet";
?>边栏推荐
- Network namespace
- LabVIEW中比较两个VI
- HMS core unified scanning service
- 【ODX Studio编辑PDX】-0.3-如何删除/修改Variant变体中继承的(Inherited)元素
- Redis:Redis的事务
- Excel 快捷键-随时补充
- Etcd database source code analysis - brief process of processing entry records
- Redis: redis transactions
- Why does infographic help your SEO
- Paddleocr tutorial
猜你喜欢

Tweenmax emoticon button JS special effect

Actual combat simulation │ JWT login authentication
![P2181 diagonal and p1030 [noip2001 popularization group] arrange in order](/img/79/36c46421bce08284838f68f11cda29.png)
P2181 diagonal and p1030 [noip2001 popularization group] arrange in order

C语言快速解决反转链表

A mining of edu certificate station

Qt个人学习总结

【二叉树】节点与其祖先之间的最大差值
![[kotlin] the third day](/img/c4/1bf1b00c4a1dda920ad3bb178ac0f9.png)
[kotlin] the third day

MariaDB的Galera集群-双主双活安装设置

How to apply for PMP project management certification examination?
随机推荐
Selected cutting-edge technical articles of Bi Ren Academy of science and technology
LIst 相关待整理的知识点
After Microsoft disables the IE browser, open the IE browser to flash back the solution
【js】-【排序-相关】-笔记
QT drawing network topology diagram (connecting database, recursive function, infinite drawing, dragging nodes)
ECCV 2022 | 腾讯优图提出DisCo:拯救小模型在自监督学习中的效果
Paddleocr tutorial
Qt加法计算器(简单案例)
[crawler] jsonpath for data extraction
Galera cluster of MariaDB - dual active and dual active installation settings
Basic use and upgrade of Android native database
Editplus-- usage -- shortcut key / configuration / background color / font size
【js】-【动态规划】-笔记
[binary tree] the maximum difference between a node and its ancestor
股票账户佣金怎么调低,炒股佣金怎么调低网上开户安全吗
Notepad++ -- editing skills
高通WLAN框架学习(30)-- 支持双STA的组件
Is the account opening link of Huatai Securities with low commission safe?
[Jianzhi offer] 6-10 questions
[crawler] XPath for data extraction