当前位置:网站首页>如何将自己的代码作品快速存证,已更好的保护自己劳动成果
如何将自己的代码作品快速存证,已更好的保护自己劳动成果
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";
?>
边栏推荐
- MariaDB's Galera cluster application scenario -- multi master and multi active databases
- 字体设计符号组合多功能微信小程序源码
- qt绘制网络拓补图(连接数据库,递归函数,无限绘制,可拖动节点)
- Explanation of bitwise operators
- Qt加法计算器(简单案例)
- ffmpeg快速剪辑
- LIst 相关待整理的知识点
- How to reduce the stock account Commission and stock speculation commission? Is it safe to open an online account
- Question brushing guide public
- ETCD数据库源码分析——处理Entry记录简要流程
猜你喜欢
ETCD数据库源码分析——处理Entry记录简要流程
A complete tutorial for getting started with redis: getting to know redis for the first time
P2181 diagonal and p1030 [noip2001 popularization group] arrange in order
Redis getting started complete tutorial: hash description
QT personal learning summary
Combien de temps faut - il pour obtenir un certificat PMP?
qt绘制网络拓补图(连接数据库,递归函数,无限绘制,可拖动节点)
Etcd database source code analysis - brief process of processing entry records
QT drawing network topology diagram (connecting database, recursive function, infinite drawing, dragging nodes)
蓝天NH55系列笔记本内存读写速度奇慢解决过程记录
随机推荐
Pict generate orthogonal test cases tutorial
微软禁用IE浏览器后,打开IE浏览器闪退解决办法
JS card style countdown days
C语言快速解决反转链表
ECCV 2022 | 腾讯优图提出DisCo:拯救小模型在自监督学习中的效果
SPH中的粒子初始排列问题(两张图解决)
[JS] - [sort related] - Notes
企业里Win10 开启BitLocker锁定磁盘,如何备份系统,当系统出现问题又如何恢复,快速恢复又兼顾系统安全(远程设备篇)
colResizable. JS auto adjust table width plug-in
Examples of time (calculation) total tools: start time and end time of this year, etc
Editplus-- usage -- shortcut key / configuration / background color / font size
智力考验看成语猜古诗句微信小程序源码
Phpcms paid reading function Alipay payment
Excel shortcut keys - always add
股票账户佣金怎么调低,炒股佣金怎么调低网上开户安全吗
Solve the problem that the virtual machine cannot be remotely connected through SSH service
认识ThreadPoolExecutor
Application of machine learning in housing price prediction
高通WLAN框架学习(30)-- 支持双STA的组件
【ODX Studio編輯PDX】-0.2-如何對比Compare兩個PDX/ODX文件