小编Raj*_*aja的帖子

Linux C中的md5sum文件

我想在Linux C中找到md5sum文件,是否有任何API我可以发送文件名来获取该文件的md5sum.

c linux hash md5

24
推荐指数
2
解决办法
3万
查看次数

openssl中是否有任何C API可以从给定的字符串派生密钥

我需要在openssl库中使用C API来从给定的字符串中派生Key.我在哪里可以获得此示例源代码?

c openssl

6
推荐指数
1
解决办法
2849
查看次数

如何在sqlite3中限制数据长度

我可以在sqlite3中限制列值的数据长度吗?

例如:varchar name(5),Insert语句接受5个以上的字符.

c sqlite

3
推荐指数
1
解决办法
4032
查看次数

在C中的宏(#define)中返回语句

是否可以为以下函数编写宏:

char *sent_same_text(char *txt)
{
    return txt;
}
Run Code Online (Sandbox Code Playgroud)

我试过了

#define sent_same_text(txt) return(txt);
Run Code Online (Sandbox Code Playgroud)

但得到编译错误.

c

2
推荐指数
1
解决办法
8890
查看次数

标签 统计

c ×4

hash ×1

linux ×1

md5 ×1

openssl ×1

sqlite ×1