<custom chineseName="RSA加密" engName="rsa"></custom>
<swan class="wrap">
    <view class="card-area">
        <view class="top-description border-bottom">待加密的RSA内容</view>
        <view class="text-content">{{raw}}</view>
    </view>

    <view class="card-area {{converted ? 'show': 'hide'}}">
        <view class="top-description border-bottom">RSA加密后的内容</view>
        <text class="text-content">
            {{encryptedContent}}
        </text>
    </view>
</swan>
