-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
论文题目 #1
Comments
PASH: Security and Privacy in Smart Health: Efficient Policy-Hiding Attribute-Based Access Control |
好的 非常感谢! |
还有GPZMM20和lai11 方便也发一下嘛 (~ ̄▽ ̄)~ |
想问一下大佬属性撤销方面有研究吗? |
GPZMM20: TrustAccess: A Trustworthy Secure Ciphertext-Policy and Attribute Hiding Access Control Scheme Based on Blockchain |
好的,我coding能力不强,在慢慢学习 ,以后可能还得咨询一下大佬 ,不知是否方便, 另外感谢回答,阿里嘎多! |
把人家的代码文档看看,主要是调用接口熟悉了,写代码也不是特别难,网上资源都有很多的。 |
您好,我想问一下能直接用cpabe进行加密明文吗,我看了一下基本上都是先用AES加密再属性加密这个密钥。 |
直接使用cpabe的话,如果能把明文映射到双线性配对空间的某个元素上,同时能把这个元素逆映射回去的话,那么就可以直接对明文的加密(两个过程分别对应明文参与加密,并能从密文解密)。但是,因为像cpabe这种非对称加密的计算效率没有对称加密高,一般作为密钥交换协议、签名协议等,对称加密则作为底层加密算法。 |
是的,AES作为对称加密,CPABE用来作为非对称加密,两者结合着用。
…------------------ 原始邮件 ------------------
发件人: "dwwcqu/steac" ***@***.***>;
发送时间: 2022年7月11日(星期一) 上午10:23
***@***.***>;
抄送: "Wei ***@***.******@***.***>;
主题: Re: [dwwcqu/steac] 论文题目 (Issue #1)
您好,我想问一下能直接用cpabe进行加密明文吗,我看了一下基本上都是先用AES加密再属性加密这个密钥。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
你好啊!我想问一下实验的那些论文是哪些,能给个链接或者完整的论文题目吗,想拜读一下,还有方便加个联系方式嘛,想请教一下学术大佬^-^
The text was updated successfully, but these errors were encountered: