如何使用数据库中的参数生成字符串并在此字符串上应用sha512算法? [英] How to Generate a string using paramater from a database and apply sha512 algorithm on this string?

查看:81
本文介绍了如何使用数据库中的参数生成字符串并在此字符串上应用sha512算法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用数据库中的参数(如下所示)生成字符串(最好是Access(.mdb))并在此字符串上应用sha512算法并在页面加载事件中显示最终输出。

请注意,您必须在这些参数之间使用管道(|)字符。

参数如下所示:代码asp.net(C#/ VB.net),数据库访问(.mdb)/ Sql Server)。



sha512(Ekey | txnid |金额| productinfo |名字|电子邮件| SPID)



价值如下:



EKey:C0Dr8m



Txnid:1000101



金额:200


Productinfo:any



名字:任何



电子邮件:任何



SPID:3sf0jUR

How to Generate a string using parameters (Specified below) from a database (Preferably Access(.mdb)) and apply the sha512 algorithm on this string and show the final output in page load event.
Please note that you have to use pipe (|) character in between these parameters as mentioned.
The parameters are mentioned below: Code asp.net (C#/VB.net), Database Access(.mdb)/Sql Server).

sha512(Ekey|txnid|amount|productinfo|firstname|email| SPID)

Values are as follows:

EKey : C0Dr8m

Txnid : 1000101

Amount: 200

Productinfo : any

Firstname:any

Email:any

SPID: 3sf0jUR

推荐答案

我们不做你的作业:它是设置的因为某种原因。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!


这篇关于如何使用数据库中的参数生成字符串并在此字符串上应用sha512算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆