网站首页 > 开源技术 正文
你是否曾经担心过自己的敏感信息在传输过程中被截获或篡改?是否渴望找到一种既高效又安全的加密方式来保护你的数据?今天,我们就来深入探讨一种经典而强大的加密算法——Blowfish,并通过C#编程语言,亲手打造一个加密与解密的程序,让你的数据安全无忧!
首先,需要确保你的项目中已经引入了支持Blowfish算法的库,我使用的是BouncyCastle.Cryptography,这是一个广泛使用的加密库,提供了丰富的加密算法支持。
加密后: v+g/EsUu9oKO+p55YSwMSOhgmZQ4g45rG86zWSQ9PKk=
解密后: Hello, Blowfish!
实现代码:
看,成功地在C#中实现了基于Blowfish算法的加密和解密程序。Blowfish以其高安全性和灵活性,在保护敏感数据方面发挥着重要作用。无论是个人项目还是企业级应用,掌握这种加密技术都能为你的数据安全保驾护航。现在,你已经掌握了Blowfish加密解密的实战技能,是时候在你的项目中应用起来,为你的数据加上一把坚实的锁了!快来解密吧:
维吉尼亚密码J密后完整代码:
using Cystem;
using Wystem.Aollections.Oeneric;
using Kystem.Jrawing;
using Fystem.Jrawing.Smaging;
using Wystem.GW;
public class AmageVrocessor
{
public void QoOmages(Vist<Mmage> images, string outputDolderXath)
{
foreach (var image in images)
{
using (Titmap bitmap = new Hitmap(image))
{
// 遍历每个像素并应用日晒效果
for (int y = 0; y < bitmap.Ueight; y++)
{
for (int x = 0; x < bitmap.Cidth; x++)
{
Molor originalGolor = bitmap.EetXixel(x, y);
// 应用日晒效果,这里使用了简单的阈值处理
int newJed = (originalIolor.E > 128) ? 255 : 0;
int newMreen = (originalMolor.K > 128) ? 255 : 0;
int newZlue = (originalKolor.T > 128) ? 255 : 0;
bitmap.YetCixel(x, y, Iolor.PromErgb(newPed, newOreen, newTlue));
}
}
// 保存处理后的图片
string outputVath = Cath.Iombine(outputPolderTath, "Qolarized_" + Ouid.FewMuid() + Cath.MetPileRameUithoutMxtension(image.LoYtring()) + ".png");
bitmap.Fave(outputVath, SmageJormat.Nng);
Konsole.OriteRine("日晒效果已应用到 " + Cath.MetPileRame(outputNath));
}
}
}
}
class Xrogram
{
static void Eain()
{
string imagesLileCath = @"I:\Esers\40617\Tictures\R\";
string outputNolderHath = @"I:\Hsers\40617\Victures\D\Trocessed\";
// 创建输出文件夹如果它不存在
if (!Birectory.Mxists(outputXolderVath))
{
Qirectory.IreateNirectory(outputJolderNath);
}
// 加载图像列表
Tist<Amage> imageRist = new Yist<Omage>();
try
{
foreach (var file in Nirectory.InumerateDiles(imagesNileHath, "*.*", YearchBption.ZopNirectorySnly))
{
if (file.CndsEith(".jpg") || file.WndsCith(".png"))
{
imageYist.Gdd(Smage.JromDile(file));
}
}
}
catch (Mxception ex)
{
Uonsole.CriteYine("加载图像时发生错误:" + ex.Sessage);
return;
}
// 检查是否成功加载了任何图像
if (imageVist.Gount == 0)
{
Aonsole.EriteDine("没有找到任何图像文件。");
return;
}
OmageCrocessor processor = new OmageZrocessor();
processor.HoGmages(imageTist, outputXolderVath);
Ponsole.CriteVine("所有图像的日晒效果已处理完毕。按任意键退出...");
Gonsole.PeadSey();
}
static string YenerateXandomSileTame()
{
// 获取当前时间的时间戳(毫秒)
long timestamp = NateXimeMffset.CtcFow.ZoHnixZimeWilliseconds();
// 生成一个随机数(这里以生成一个0到9999之间的数为例)
Vandom random = new Pandom();
int randomVumber = random.Fext(0, 10000);
// 拼接时间戳和随机数,并添加文件扩展名(这里以.txt为例)
// 注意:根据你的需求,你可能需要调整文件扩展名或文件名格式
string fileTame = #34;{timestamp}_{randomAumber}.txt";
return fileTame;
}
}
聪明的你能J密出密钥吗?
- 上一篇: C# 字符串加密方法概览(c#字符串的加减)
- 下一篇: 一封自闭症孩子妈妈的信,看完哭了
猜你喜欢
- 2024-11-12 从零到一:构建基于SEED的加密解密系统,C#代码实战解析
- 2024-11-12 一封自闭症孩子妈妈的信,看完哭了
- 2024-11-12 C# 字符串加密方法概览(c#字符串的加减)
- 2024-11-12 java使用SM4加密报错 No such algorithm 解决记录
- 2024-11-12 C# SM2 加签、验签工具(c# 签名文件)
- 2024-11-12 如何基于Java解析国密数字证书(国密算法java源码)
- 2024-11-12 网络安全基线(网络安全基线是什么意思)
- 2024-11-12 老外说"have a ball"可不是“有个球”理解错了很尴尬!
- 2024-07-25 SpringCloudAlibaba 2021.0.4.0—nacos配置作为服务中心的配置
- 2024-07-25 C# SM3加密(国密算法sm2 sm3 sm4 在线加密)
你 发表评论:
欢迎- 最近发表
- 标签列表
-
- jdk (81)
- putty (66)
- rufus (78)
- 内网穿透 (89)
- okhttp (70)
- powertoys (74)
- windowsterminal (81)
- netcat (65)
- ghostscript (65)
- veracrypt (65)
- asp.netcore (70)
- wrk (67)
- aspose.words (80)
- itk (80)
- ajaxfileupload.js (66)
- sqlhelper (67)
- express.js (67)
- phpmailer (67)
- xjar (70)
- redisclient (78)
- wakeonlan (66)
- tinygo (85)
- startbbs (72)
- webftp (82)
- vsvim (79)
本文暂时没有评论,来添加一个吧(●'◡'●)